Searched refs:autoescape (Results 1 – 25 of 37) sorted by relevance
12
5 1. autoescape 'html' |escape('js')7 {% autoescape 'html' %}11 2. autoescape 'html' |escape('js')13 {% autoescape 'html' %}17 3. autoescape 'js' |escape('js')19 {% autoescape 'js' %}25 {% autoescape false %}31 {% autoescape false %}37 {% autoescape 'html' %}45 1. autoescape 'html' |escape('js')[all …]
2 "autoescape" tag applies escaping after calling functions5 autoescape false6 {% autoescape false %}16 autoescape 'html'17 {% autoescape 'html' %}39 autoescape js40 {% autoescape 'js' %}50 autoescape false59 autoescape 'html'80 autoescape js
2 "autoescape" tag applies escaping on its children4 {% autoescape %}7 {% autoescape 'html' %}10 {% autoescape false %}13 {% autoescape true %}16 {% autoescape false %}
2 "autoescape" tags can be nested at will5 {% autoescape 'html' %}7 {% autoescape false %}9 {% autoescape 'html' %}
2 "autoescape" tag accepts an escaping strategy4 {% autoescape 'js' %}{{ var }}{% endautoescape %}6 {% autoescape 'html' %}{{ var }}{% endautoescape %}
2 "autoescape" tag accepts an escaping strategy4 {% autoescape true js %}{{ var }}{% endautoescape %}6 {% autoescape true html %}{{ var }}{% endautoescape %}
2 "autoescape" tag does not double-escape4 {% autoescape 'html' %}
2 "autoescape" tag applies escaping on embedded blocks4 {% autoescape 'html' %}
2 "autoescape" tag does not escape when raw is used as a filter4 {% autoescape 'html' %}
2 "autoescape" tag applies escaping to object method calls4 {% autoescape 'html' %}
2 "autoescape" tag do not applies escaping on filter arguments4 {% autoescape 'html' %}
2 "autoescape" tag does not apply escaping on literals4 {% autoescape 'html' %}
2 "autoescape" tag handles filters preserving the safety4 {% autoescape 'html' %}
2 "autoescape" tag applies escaping after calling filters, and before calling pre_escape filters4 {% autoescape 'html' %}
1 ``autoescape``5 template to be escaped or not by using the ``autoescape`` tag:9 {% autoescape %}14 {% autoescape 'html' %}19 {% autoescape 'js' %}24 {% autoescape false %}34 {% autoescape true %}39 {% autoescape false %}43 {% autoescape true js %}54 {% autoescape %}
7 autoescape
2 "filename" autoescape strategy14 return ['autoescape' => 'filename']
10 {% autoescape %}20 {% autoescape %}33 :doc:`escape<../tags/autoescape>`). In the second ternary statement, even
74 {% autoescape 'html' %}86 {% autoescape 'html' %}
2 "name" autoescape strategy17 return ['autoescape' => 'name']
2 blocks and autoescape19 return ['autoescape' => 'name']
13 return ['autoescape' => false, 'debug' => true]
11 return ['debug' => true, 'autoescape' => false]
10 return ['debug' => true, 'autoescape' => false]
10 {% autoescape true %}