module Padrino::Helpers::RenderHelpers
def erb_template(template_path, options={})
Renders a erb template based on the relative path
def erb_template(template_path, options={}) render_template template_path, options.merge(:template_engine => :erb) end