Files
mo/tests/indented-partials.template
Tyler Akins f14150c205 Fixing indentation of partials in a condition
This is to address #19.
2017-08-02 10:34:58 -05:00

19 lines
353 B
Plaintext

With spacing
{{> indented-partials.partial}}
{{> indented-partials.partial}}
Without spacing
{{> indented-partials.partial}}
{{> indented-partials.partial}}
With text
{{> indented-partials.partial}}
text
{{> indented-partials.partial}}
In a conditional
{{#thisIsTrue}}
{{> indented-partials.partial}}
{{/thisIsTrue}}