Skip to content

Commit 8246693

Browse files
committed
bug #4613 Change refering block name from content to body (martin-cerny)
This PR was merged into the 2.3 branch. Discussion ---------- Change refering block name from content to body | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 5c0ceff Change refering block name from content to body
2 parents 1750b9b + 5c0ceff commit 8246693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_view.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Open the ``app/Resources/views/base.html.twig`` file that corresponds to the
126126

127127
The ``{% block %}`` tags tell the template engine that a child template may
128128
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
129+
template overrides the ``body`` block, but not the ``title`` block, which will
130130
display the default content defined in the ``base.html.twig`` template.
131131

132132
Using Tags, Filters, and Functions

0 commit comments

Comments
 (0)