8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c57939 commit eae1a03Copy full SHA for eae1a03
book/templating.rst
@@ -413,6 +413,8 @@ lives in a specific location:
413
that's specific to the ``AcmeBlogBundle``. Since the middle, "controller",
414
portion is missing (e.g. ``Blog``), the template lives at
415
``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.
418
419
* ``::base.html.twig``: This syntax refers to an application-wide base template
420
or layout. Notice that the string begins with two colons (``::``), meaning
0 commit comments