Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8f96c0

Browse filesBrowse files
committed
[#4196] Updating language
1 parent 7359cb4 commit c8f96c0
Copy full SHA for c8f96c0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/templating.rst

Copy file name to clipboardExpand all lines: book/templating.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ lives in a specific location:
413413
that's specific to the ``AcmeBlogBundle``. Since the middle, "controller",
414414
portion is missing (e.g. ``Blog``), the template lives at
415415
``Resources/views/layout.html.twig`` inside ``AcmeBlogBundle``.
416-
Note that the colon is not removed with the "controller", and two colons exist
417-
between the "bundle"name and template file name.
416+
Yes, there are 2 colons in the middle of the string when the "controller"
417+
subdirectory part is missing.
418418

419419
* ``::base.html.twig``: This syntax refers to an application-wide base template
420420
or layout. Notice that the string begins with two colons (``::``), meaning

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.