Skip to content

Commit 2f2cf6b

Browse files
shambhu384javiereguiluz
authored andcommitted
Missing closing tag for endblock.
1 parent 342ef4d commit 2f2cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ In practice, the ``base.html.twig`` template would look like this:
858858
<title>{% block title %}My Application{% endblock %}</title>
859859
{% block stylesheets %}
860860
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
861-
{% endblock
861+
{% endblock %}
862862
</head>
863863
<body>
864864
{% block body %}

0 commit comments

Comments
 (0)