repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
+ Added test.
[haanga.git]
/
tests
/
assert_templates
/
autoescape.tpl
blob
4dcab38bbbc6e007c843eb044ed06ae46127092c
1
{{ variable }}
2
{{ variable|escape }}
3
{ {{ variable|safe }} }
4
{% autoescape off %}
5
{{ variable }}
6
{% autoescape on %}
7
{{ variable }}
8
{% endautoescape %}
9
{% endautoescape %}
10
{{ variable }}