File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ Throughout this chapter, template examples will be shown in both Twig and PHP.
135
135
web designers everywhere.
136
136
137
137
Twig can also do things that PHP can't, such as whitespace control,
138
- sandboxing, automatic and contextual output escaping, and the inclusion of
139
- custom functions and filters that only affect templates. Twig contains
140
- little features that make writing templates easier and more concise. Take
141
- the following example, which combines a loop with a logical ``if ``
138
+ sandboxing, automatic HTML escaping, manual contextual output escaping,
139
+ and the inclusion of custom functions and filters that only affect templates.
140
+ Twig contains little features that make writing templates easier and more concise.
141
+ Take the following example, which combines a loop with a logical ``if ``
142
142
statement:
143
143
144
144
.. code-block :: html+jinja
You can’t perform that action at this time.
0 commit comments