Skip to content

Commit cbde779

Browse files
committed
[#2418] Simplifying static page note
1 parent 87664bc commit cbde779

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

book/controller.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,10 @@ working with forms, for example::
335335
Creating Static Pages
336336
---------------------
337337

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.
338+
You can create a static page without even creating a controller (only a route
339+
and template are needed).
341340

342-
Use it ! See :doc:`/cookbook/templating/render_without_controller`.
341+
Use it! See :doc:`/cookbook/templating/render_without_controller`.
343342

344343
The Base Controller Class
345344
-------------------------

0 commit comments

Comments
 (0)