projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b11412e
)
fix example in doc for embed tag
author
literal
<github@imbt.de>
Thu, 10 May 2012 11:33:17 +0000 (14:33 +0300)
committer
literal
<github@imbt.de>
Thu, 10 May 2012 11:33:17 +0000 (14:33 +0300)
doc/tags/embed.rst
patch
|
blob
|
history
diff --git
a/doc/tags/embed.rst
b/doc/tags/embed.rst
index
454f11c
..
5a6a029
100644
(file)
--- 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
<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>