Skip to content

Commit eae1a03

Browse files
Veltarweaverryan
authored andcommitted
Clarified the bundle base template bit.
1 parent 0c57939 commit eae1a03

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
@@ -413,6 +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.
416418

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

0 commit comments

Comments
 (0)