Skip to content

Commit 8dc86e5

Browse files
committed
Minor tweak
1 parent c4a77a0 commit 8dc86e5

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
@@ -1294,7 +1294,7 @@ and leaves the repeated contents and HTML structure to some parent templates.
12941294

12951295
.. code-block:: html+twig
12961296

1297-
{# app/templates/blog/index.html.twig #}
1297+
{# templates/blog/index.html.twig #}
12981298
{% extends 'base.html.twig' %}
12991299

13001300
{# the line below is not captured by a "block" tag #}

0 commit comments

Comments
 (0)