Skip to content

Commit 6fb5ad5

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: [symfony#4196] Updating language Clarified the bundle base template bit.
2 parents 358976c + c8f96c0 commit 6fb5ad5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/templating.rst

Lines changed: 2 additions & 0 deletions
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)