{% block faq %} Frequently Asked Questions {% for item in faq %} {% if forloop.first %} {{ item.q }} {% else %} {{ item.q }} {% endif %} {% autoescape off %} {{ item.a }} {% endautoescape %} {% endfor %} {% endblock %}
{% autoescape off %} {{ item.a }} {% endautoescape %}