Skip to content

Commit 7359cb4

Browse files
committed
minor symfony#4196 Clarified the bundle base template bit. (Veltar)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes symfony#4196). Discussion ---------- Clarified the bundle base template bit. Commits ------- eae1a03 Clarified the bundle base template bit.
2 parents 0c57939 + eae1a03 commit 7359cb4

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)