Delimit comment in template using correct syntax

Enclose the comment in '{# #}' instead of beginning line with '#'.
This commit is contained in:
John Berberich
2014-08-22 10:11:09 -04:00
parent e2d2a250d9
commit 4e1515c3c5
+2 -1
View File
@@ -39,7 +39,8 @@ The ``use`` statement tells Twig to import the blocks defined in
.. code-block:: jinja
# blocks.html
{# blocks.html #}
{% block sidebar %}{% endblock %}
In this example, the ``use`` statement imports the ``sidebar`` block into the