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 2314b59 commit 8b7efb0Copy full SHA for 8b7efb0
book/controller.rst
@@ -492,8 +492,8 @@ The Symfony templating engine is explained in great detail in the
492
.. sidebar:: Templating Naming Pattern
493
494
You can also put templates in the ``Resources/views`` directory of a bundle and
495
- reference them with a special shortcut syntax like ``@AppBundle/Hello/index.html.twig``
496
- or ``@AppBundle/layout.html.twig``. These would live in at ``Resources/views/Hello/index.html.twig``
+ reference them with a special shortcut syntax like ``@App/Hello/index.html.twig``
+ or ``@App/layout.html.twig``. These would live in at ``Resources/views/Hello/index.html.twig``
497
and ``Resources/views/layout.html.twig`` inside the bundle respectively.
498
499
.. index::
0 commit comments