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 b79e123 commit e07b3a0Copy full SHA for e07b3a0
book/controller.rst
@@ -505,6 +505,12 @@ the ``AcmeHelloBundle`` will be rendered.
505
The Symfony templating engine is explained in great detail in the
506
:doc:`Templating </book/templating>` chapter.
507
508
+.. tip::
509
+
510
+ You can even avoid calling the ``render`` method by using the ``@Template``
511
+ annotation. See the :doc:`FrameworkExtraBundle documentation</bundles/SensioFrameworkExtraBundle/annotations/view>`
512
+ more details.
513
514
.. tip::
515
516
The ``renderView`` method is a shortcut to direct use of the ``templating``
0 commit comments