We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcce1b commit 5c0ceffCopy full SHA for 5c0ceff
quick_tour/the_view.rst
@@ -126,7 +126,7 @@ Open the ``app/Resources/views/base.html.twig`` file that corresponds to the
126
127
The ``{% block %}`` tags tell the template engine that a child template may
128
override those portions of the template. In this example, the ``index.html.twig``
129
-template overrides the ``content`` block, but not the ``title`` block, which will
+template overrides the ``body`` block, but not the ``title`` block, which will
130
display the default content defined in the ``base.html.twig`` template.
131
132
Using Tags, Filters, and Functions
0 commit comments