From d13f7424eb14399b43c904f3d6f44f85e13e9880 Mon Sep 17 00:00:00 2001 From: literal Date: Thu, 10 May 2012 14:33:17 +0300 Subject: [PATCH] fix example in doc for embed tag --- doc/tags/embed.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 %}
-- 1.7.2.5