From 5c0ceff246677d6321d02ac60a9d6d84c7a70e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C4=8Cern=C3=BD?= Date: Mon, 8 Dec 2014 11:44:17 +0000 Subject: [PATCH] Change refering block name from content to body | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | --- quick_tour/the_view.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_view.rst b/quick_tour/the_view.rst index a8741123837..2de45855636 100644 --- a/quick_tour/the_view.rst +++ b/quick_tour/the_view.rst @@ -126,7 +126,7 @@ Open the ``app/Resources/views/base.html.twig`` file that corresponds to the The ``{% block %}`` tags tell the template engine that a child template may override those portions of the template. In this example, the ``index.html.twig`` -template overrides the ``content`` block, but not the ``title`` block, which will +template overrides the ``body`` block, but not the ``title`` block, which will display the default content defined in the ``base.html.twig`` template. Using Tags, Filters, and Functions