Fixing indentation of partials in a condition

This is to address #19.
This commit is contained in:
Tyler Akins
2017-08-02 10:34:58 -05:00
parent 00af9e978c
commit f14150c205
4 changed files with 11 additions and 1 deletions

View File

@@ -11,3 +11,8 @@ With text
{{> indented-partials.partial}}
text
{{> indented-partials.partial}}
In a conditional
{{#thisIsTrue}}
{{> indented-partials.partial}}
{{/thisIsTrue}}