Variables {{ "hello" }} {{ 'hello' }} {{ "hell'o" }} Filters {{ 'Test'|slice('1:3') }} {{ '
'|safe }} {{ '

This is a long test.

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