Skip to content

Commit 8a656ee

Browse files
committed
Merge pull request #1001 from havvg/2.0
fix extends in example code
2 parents 3364cbb + 7d7be58 commit 8a656ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ page. From inside that contact page's template, do the following:
843843
.. code-block:: html+jinja
844844

845845
{# src/Acme/DemoBundle/Resources/views/Contact/contact.html.twig #}
846-
{# extends '::base.html.twig' #}
846+
{% extends '::base.html.twig' %}
847847

848848
{% block stylesheets %}
849849
{{ parent() }}

0 commit comments

Comments
 (0)