File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ that specify the *format* and *engine* for that template.
419
419
* **BlogBundle:Blog:index.css.twig ** - CSS format, Twig engine
420
420
421
421
By default, any Symfony2 template can be written in either Twig or PHP, and
422
- the first part of the extension specifies which of these two *engines *
423
- should be used. The second part of the extension, (e.g. HTML, CSS, etc)
422
+ the second part of the extension specifies which of these two *engines *
423
+ should be used. The first part of the extension, (e.g. HTML, CSS, etc)
424
424
is the finished format that the template will generate. Unlike the engine,
425
425
which determines how Symfony2 parses the template, this is simply an organizational
426
426
tactic used in case the same content ever needs to be rendered as HTML
@@ -1124,4 +1124,4 @@ Learn more from the Cookbook
1124
1124
.. _`Output Escaping` : http://www.twig-project.org
1125
1125
.. _`tags` : http://www.twig-project.org/doc/templates.html#comments
1126
1126
.. _`filters` : http://www.twig-project.org/doc/templates.html#list-of-built-in-filters
1127
- .. _`add your own extensions` : http://www.twig-project.org/doc/advanced.html
1127
+ .. _`add your own extensions` : http://www.twig-project.org/doc/advanced.html
You can’t perform that action at this time.
0 commit comments