Module rubble_templates_evaluators::simple::template [−][src]
Simple representation of text template that will be evaluated
Code blocks are indicated by {{ and }}. After matching “{{”, it does not check whether the code is actually completed, it looks for the first match of “}}” to complete the code block.
To use “}}” or “ (double quotes) in code, please use standard functions
(see std_functions
and string_functions
for more info).
Structs
EvaluableMixedContentIterator | Iterates over some template source and returns code fragments that needs evaluation. |
Template | A simple template that represents a source text. |