Skip to content

Commit 3ea5871

Browse files
authored
Missing closing tag for endblock.
1 parent bda5d02 commit 3ea5871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ In practice, the ``base.html.twig`` template would look like this:
852852
<title>{% block title %}My Application{% endblock %}</title>
853853
{% block stylesheets %}
854854
<link rel="stylesheet" type="text/css" href="/css/base.css"/>
855-
{% endblock
855+
{% endblock %}
856856
</head>
857857
<body>
858858
{% block body %}

0 commit comments

Comments
 (0)