Skip to content

Commit 34f8fdf

Browse files
committed
Merge branch '2.5'
* 2.5: [symfony#4196] Updating language Clarified the bundle base template bit.
2 parents 399932a + 6fb5ad5 commit 34f8fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/templating.rst

+2
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ lives in a specific location:
408408
that's specific to the ``AcmeBlogBundle``. Since the middle, "controller",
409409
portion is missing (e.g. ``Blog``), the template lives at
410410
``Resources/views/layout.html.twig`` inside ``AcmeBlogBundle``.
411+
Yes, there are 2 colons in the middle of the string when the "controller"
412+
subdirectory part is missing.
411413

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

0 commit comments

Comments
 (0)