class

Marten::Template::Loader::Base

Inherits Reference / Object

Instance methods

get_template(template_name) : Template

Returns a Marten::Template::Template compiled template from a specific template name.

Source
get_template_source(template_name) : String

Returns the raw content of template from a specific template name.

Source