10000
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.
2 parents 358976c + c8f96c0 commit 6fb5ad5Copy full SHA for 6fb5ad5
book/templating.rst
@@ -408,6 +408,8 @@ lives in a specific location:
408
that's specific to the ``AcmeBlogBundle``. Since the middle, "controller",
409
portion is missing (e.g. ``Blog``), the template lives at
410
``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.
413
414
* ``::base.html.twig``: This syntax refers to an application-wide base template
415
or layout. Notice that the string begins with two colons (``::``), meaning
0 commit comments