Files
Mustache/test/fixtures/examples/nested_partials/partials/second.mustache
T
Justin Hileman 44b60e1bb8 Add a failing test for #167
Multiple levels of nested partials are only indented to the level of the first partial.
2013-09-26 09:48:29 -07:00

4 lines
34 B
Plaintext

<second>
{{> third }}
</second>