8000 Update templates.rst · symfony/symfony-docs@7ce0f32 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ce0f32

Browse files
authored
Update templates.rst
1 parent 0c83d78 commit 7ce0f32

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
@@ -893,7 +893,7 @@ template, such as ``blog/index.html.twig``, which displays the blog index:
893893

894894
This template extends from the second-level template (``blog/layout.html.twig``)
895895
but overrides blocks of different parent templates: ``content`` from
896-
``blog/index.html.twig`` and ``title`` from ``base.html.twig``.
896+
``blog/layout.html.twig`` and ``title`` from ``base.html.twig``.
897897

898898
When you render the ``blog/index.html.twig`` template, Symfony uses three
899899
different templates to create the final contents. This inheritance mechanism

0 commit comments

Comments
 (0)
0