Skip to content

Change refering block name from content to body #4613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion quick_tour/the_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down