From 7ce0f322da3eaff4d7b9a545f1856c9fa5dc72c8 Mon Sep 17 00:00:00 2001 From: joelindix Date: Sun, 27 Oct 2019 00:20:31 +0200 Subject: [PATCH] Update templates.rst --- templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.rst b/templates.rst index 67cde29d451..20c4819f507 100644 --- a/templates.rst +++ b/templates.rst @@ -893,7 +893,7 @@ template, such as ``blog/index.html.twig``, which displays the blog index: This template extends from the second-level template (``blog/layout.html.twig``) but overrides blocks of different parent templates: ``content`` from -``blog/index.html.twig`` and ``title`` from ``base.html.twig``. +``blog/layout.html.twig`` and ``title`` from ``base.html.twig``. When you render the ``blog/index.html.twig`` template, Symfony uses three different templates to create the final contents. This inheritance mechanism