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 7359cb4 commit c8f96c0Copy full SHA for c8f96c0
book/templating.rst
@@ -413,8 +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.
+ Yes, there are 2 colons in the middle of the string when the "controller"
+ subdirectory part is missing.
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