File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,22 @@ Filters
90
90
+-------------------------------------------------+-------------------------------------------------------------------+
91
91
| ``variable|yaml_dump `` | This will render a yaml syntax with their type. |
92
92
+-------------------------------------------------+-------------------------------------------------------------------+
93
+
94
+ Tags
95
+ ----
96
+
97
+ +---------------------------------------------------+-------------------------------------------------------------------+
98
+ | Tag Syntax | Usage |
99
+ +===================================================+===================================================================+
100
+ | ``{% render 'controller' with {parameters} %} `` | This will render the Response Content for the given controller, |
101
+ | | more information in :ref: `templating-embedding-controller `. |
102
+ +---------------------------------------------------+-------------------------------------------------------------------+
103
+ | ``{% form_theme form 'file' %} `` | This will look inside the given file for overriden form blocks, |
104
+ | | more information in :doc: `cookbook/form/form_customization `. |
105
+ +---------------------------------------------------+-------------------------------------------------------------------+
106
+ | ``{% trans with {variables} %}...{% endtrans %} `` | This will translate and render the text, more information in |
107
+ | | :ref: `book-translation-twig ` |
108
+ +---------------------------------------------------+-------------------------------------------------------------------+
109
+ | ``{% transchoice count with {variables}... | This will translate and render the text with pluralization, more |
110
+ | {% endtranschoice %}`` | information in :ref: `book-translation-twig ` |
111
+ +---------------------------------------------------+-------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments