class Marten::Template::Node::Variable
- Marten::Template::Node::Variable
- Marten::Template::Node::Base
- Reference
- Object
Overview
Represents a variable node.
A variable node will be resolved based on the current context in order to produce the final output.
Defined in:
marten/template/node/variable.crConstructors
Instance Method Summary
- 
        #render(context : Context) : String
        
          Given a Marten::Template::Contextobject, generates aStringoutput.
Instance methods inherited from class Marten::Template::Node::Base
  
  
    
      render(context : Context) : String
    render
    
  
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
              Description copied from class Marten::Template::Node::Base
            
          
          Given a Marten::Template::Context object, generates a String output.