{{ values.text }} {% autoescape off %} {{ values.text }} {% endautoescape %} {{ values.text|safe }} {% for data in data_arr %}
{{data.content}}
{% endfor %} {% if values.x == 1 %}
This appears if variable somevar equals the string "x"
{% endif %}
GO