mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-31 04:27:00 +00:00
fix example in doc for embed tag
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user