Variables {{ "hello" }} {{ 'hello' }} {{ "hell'o" }} Filters {{ 'Test'|slice:'1:3' }} {{ '
This is a long test which will be cutted after some chars.
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') }}