class

Marten::Template::Variable

Inherits Reference / Object

A template variable.

A template variable's value access such as "foo.bar". It can also correspond to a literal value such as '42' or '"hello"'.

Constructors

new(raw : String)
Source

Instance methods

resolve(context : Context) : Value
Source