Marten::Template::Node::Variable
Inherits Marten::Template::Node::Base / Reference / Object
Represents a variable node.
A variable node will be resolved based on the current context in order to produce the final output.
Constructors
new(expression : VariableExpression)
Source