diff --git a/book/controller.rst b/book/controller.rst index 192d7d15a2e..a94cd1a9194 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -505,6 +505,12 @@ the ``AcmeHelloBundle`` will be rendered. The Symfony templating engine is explained in great detail in the :doc:`Templating ` chapter. +.. tip:: + + You can even avoid calling the ``render`` method by using the ``@Template`` + annotation. See the :doc:`FrameworkExtraBundle documentation` + more details. + .. tip:: The ``renderView`` method is a shortcut to direct use of the ``templating``