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::
335335Creating Static Pages
336336--------------------- 
337337
338+ .. versionadded :: 2.2 
339+ The ability to cache templates rendered via ``FrameworkBundle:Template:template ``
340+  is new in Symfony 2.2.
341+ 
338342You can create a static page without creating any controller. Using only the
339343routing file, you just have to indicate the "FrameworkBundle:Template: template"
340344as the controller and the logical path of your template.
341345
342- .. versionadded :: 2.2 
343-  The ability to cache templates rendered via ``FrameworkBundle:Template:template ``
344-  is new in Symfony 2.2.
345- 
346346Use it ! See :doc: `cookbook/templating/render_without_controller `.
347347
348348The Base Controller Class
                         You can’t perform that action at this time. 
           
                  
0 commit comments