Fixed getPragmaOptions to return empty array if no options are set. Fixed getVariable to return exact variable name matches before dot notation matches (i.e. the default iterator -- '.' -- will match the iterator and not try to do some crazy dot notation parsing.
4 lines
50 B
Plaintext
4 lines
50 B
Plaintext
{{%IMPLICIT-ITERATOR}}
|
|
{{#data}}
|
|
* {{.}}
|
|
{{/data}} |