From: literal Date: Thu, 10 May 2012 11:33:17 +0000 (+0300) Subject: fix example in doc for embed tag X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=d13f7424eb14399b43c904f3d6f44f85e13e9880;p=web%2Fkonrad%2Ftwig.git fix example in doc for embed tag --- diff --git a/doc/tags/embed.rst b/doc/tags/embed.rst index 454f11c..5a6a029 100644 --- a/doc/tags/embed.rst +++ b/doc/tags/embed.rst @@ -137,13 +137,13 @@ And here is the code for ``vertical_boxes_skeleton.twig``: .. code-block:: html+jinja
- {% block content1 %} + {% block top %} Top box default content {% endblock %}
- {% block content2 %} + {% block bottom %} Bottom box default content {% endblock %}