File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -335,14 +335,14 @@ working with forms, for example::
335
335
Creating Static Pages
336
336
---------------------
337
337
338
+ .. versionadded :: 2.2
339
+ The ability to cache templates rendered via ``FrameworkBundle:Template:template ``
340
+ is new in Symfony 2.2.
341
+
338
342
You can create a static page without creating any controller. Using only the
339
343
routing file, you just have to indicate the "FrameworkBundle:Template: template"
340
344
as the controller and the logical path of your template.
341
345
342
- .. versionadded :: 2.2
343
- The ability to cache templates rendered via ``FrameworkBundle:Template:template ``
344
- is new in Symfony 2.2.
345
-
346
346
Use it ! See :doc: `cookbook/templating/render_without_controller `.
347
347
348
348
The Base Controller Class
You can’t perform that action at this time.
0 commit comments