fixed makup in doc

This commit is contained in:
Fabien Potencier
2011-09-26 10:32:52 +02:00
parent 5446d45f6e
commit d02d07d5ec
+5 -5
View File
@@ -1658,13 +1658,13 @@ the ``blocks.html`` template.
.. code-block:: jinja
{% extends "base.html" %}
{% extends "base.html" %}
{% use "blocks.html" with sidebar as parent_sidebar %}
{% use "blocks.html" with sidebar as parent_sidebar %}
{% block sidebar %}
{{ block('parent_sidebar') }}
{% endblock %}
{% block sidebar %}
{{ block('parent_sidebar') }}
{% endblock %}
.. note::