{% block faq %}

Frequently Asked Questions

    {% for item in faq %}
  • {% if forloop.first %} {{ item.q }}
    {% else %}
    {% endif %}

    {% autoescape off %} {{ item.a }} {% endautoescape %}

  • {% endfor %}
{% endblock %}