From 7d90200b6a4667201d5cb7c5ce14062913ebcc05 Mon Sep 17 00:00:00 2001 From: Veltar Date: Wed, 3 Sep 2014 12:45:23 +0200 Subject: [PATCH] Clarified the bundle base template bit. --- book/templating.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/templating.rst b/book/templating.rst index 01610c936fa..8c9999cec9f 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -408,6 +408,8 @@ lives in a specific location: that's specific to the ``AcmeBlogBundle``. Since the middle, "controller", portion is missing (e.g. ``Blog``), the template lives at ``Resources/views/layout.html.twig`` inside ``AcmeBlogBundle``. + Note that the colon is not removed with the "controller", and two colons exist + between the "bundle"name and template file name. * ``::base.html.twig``: This syntax refers to an application-wide base template or layout. Notice that the string begins with two colons (``::``), meaning