We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87664bc commit cbde779Copy full SHA for cbde779
book/controller.rst
@@ -335,11 +335,10 @@ working with forms, for example::
335
Creating Static Pages
336
---------------------
337
338
-You can create a static page without creating any controller. Using only the
339
-routing file, you just have to indicate the "FrameworkBundle:Template:template"
340
-as the controller and the logical path of your template.
+You can create a static page without even creating a controller (only a route
+and template are needed).
341
342
-Use it ! See :doc:`/cookbook/templating/render_without_controller`.
+Use it! See :doc:`/cookbook/templating/render_without_controller`.
343
344
The Base Controller Class
345
-------------------------
0 commit comments