class Marten::Template::Engine
- Marten::Template::Engine
- Reference
- Object
Defined in:
marten/template/engine.crInstance Method Summary
- #context_producers : Array(Marten::Template::ContextProducer)
- #context_producers=(context_producers : Array(Marten::Template::ContextProducer))
- 
        #get_template(template_name : String) : Template
        
          Returns the first compiled template matching the given template name. 
- #loaders : Array(Marten::Template::Loader::Base)
- #loaders=(loaders : Array(Marten::Template::Loader::Base))
Instance Method Detail
        
        def context_producers=(context_producers : Array(Marten::Template::ContextProducer))
        #
      
      
      Returns the first compiled template matching the given template name.