fix example in doc for embed tag

This commit is contained in:
literal
2012-05-10 14:33:17 +03:00
parent b11412efd8
commit d13f7424eb
+2 -2
View File
@@ -137,13 +137,13 @@ And here is the code for ``vertical_boxes_skeleton.twig``:
.. code-block:: html+jinja
<div class="top_box">
{% block content1 %}
{% block top %}
Top box default content
{% endblock %}
</div>
<div class="bottom_box">
{% block content2 %}
{% block bottom %}
Bottom box default content
{% endblock %}
</div>