test/fixtures/templates/extended/grandparent.html.cut in spontaneous-0.1.0.alpha1 vs test/fixtures/templates/extended/grandparent.html.cut in spontaneous-0.2.0.alpha1
- old
+ new
@@ -1,10 +1,10 @@
-{% block :title %}Grandparent Title{% endblock %}
-{% block :navigation %}
+%{ block :title }Grandparent Title%{ endblock }
+%{ block :navigation }
Grandparent Nav
-{% endblock %}
-{% block :body %}
+%{ endblock }
+%{ block :body }
Grandparent Body
-{% endblock %}
-{% block :footer %}
+%{ endblock }
+%{ block :footer }
Grandparent Footer
-{% endblock %}
+%{ endblock }