fixed typo

This commit is contained in:
Fabien Potencier
2012-04-24 10:36:52 +02:00
parent 0f623a1112
commit 07f13dfcb8
@@ -9,6 +9,8 @@
{% endblock %}
{% block c2 %}
{{ parent() }}
{% embed "foo.twig" %}
{% block c1 %}
{{ parent() }}
@@ -22,7 +24,7 @@ A
blockc1base
{% endblock %}
{% block c2 %}
block2base
blockc2base
{% endblock %}
B
--TEMPLATE(foo.twig)--
@@ -42,6 +44,9 @@ A
blockc1base
blockc1baseextended
blockc2base
A
block1