Variables {{ "hello" }} {{ 'hello' }} {{ "hell'o" }} Filters {{ 'Test'|slice:'1:3' }} {{ '
'|truncatechars_html:25 }} {{ '

This is a long test which will be cutted after some chars.

'|truncatechars_html:25 }} Tags {% if 'Text' in complex.post %}text field in complex.post{% endif %} Functions {{ simple.func_variadic('hello') }}