Update the partials example to be a failing test case for partial indenting.

This commit is contained in:
Justin Hileman
2012-03-14 13:20:30 -07:00
parent 367013f01c
commit fe9fccb441
5 changed files with 23 additions and 11 deletions
+7 -2
View File
@@ -1,2 +1,7 @@
Children of {{name}}:
{{>children}}
<div>
{{> header }}
<div>
{{ page.content }}
</div>
</div>