Loading docs/templates.txt +2 −2 Original line number Diff line number Diff line Loading @@ -477,11 +477,11 @@ escaped when the template is written. This means you would write :: {{ data|default:"3 > 2" }} {{ data|default:"3 < 2" }} ...rather than :: {{ data|default:"3 > 2" }} <-- Bad! Don't do this. {{ data|default:"3 < 2" }} <-- Bad! Don't do this. This doesn't affect what happens to data coming from the variable itself. The variable's contents are still automatically escaped, if necessary, because Loading Loading
docs/templates.txt +2 −2 Original line number Diff line number Diff line Loading @@ -477,11 +477,11 @@ escaped when the template is written. This means you would write :: {{ data|default:"3 > 2" }} {{ data|default:"3 < 2" }} ...rather than :: {{ data|default:"3 > 2" }} <-- Bad! Don't do this. {{ data|default:"3 < 2" }} <-- Bad! Don't do this. This doesn't affect what happens to data coming from the variable itself. The variable's contents are still automatically escaped, if necessary, because Loading