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