@@ -10,8 +10,7 @@ of Twig to integrate some components into the Twig templates.
10
10
11
11
Below is information about all the custom functions, filters and tags
12
12
that are defined by the Symfony2 Core Framework. There may also be tags
13
- in bundles that are included within the Symfony Standard Edition, or in
14
- bundles you use, that aren't listed here.
13
+ in bundles you use that aren't listed here.
15
14
16
15
Functions
17
16
---------
@@ -109,3 +108,18 @@ Tags
109
108
| ``{% transchoice count with {variables}... | This will translate and render the text with pluralization, more |
110
109
| {% endtranschoice %}`` | information in :ref: `book-translation-twig ` |
111
110
+---------------------------------------------------+-------------------------------------------------------------------+
111
+
112
+ Symfony Standard Edition Extensions
113
+ -----------------------------------
114
+
115
+ The Symfony Standard Edition adds some bundles to the Symfony2 Core Framework.
116
+ Those bundles can have other Twig extensions:
117
+
118
+ * **Twig Extension ** includes all extensions that do not belong to the
119
+ Twig core but can be interesting. You can read more in
120
+ `the official Twig Extensions documentation `_
121
+ * **Assetic ** adds the ``{% stylesheets %} ``, ``{% javascripts %} `` and
122
+ ``{% image %} `` tags. You can read more about them in
123
+ :doc: `the Assetic Documentation<cookbook/assetic> `;
124
+
125
+ .. _`the official Twig Extensions documentation` : http://twig.sensiolabs.org/doc/extensions/index.html
0 commit comments