{% extends 'faq/_common.html' %} {% block faq %} Frequently Asked Questioins {% for item in faq %} {{ item.q }} {% autoescape off %} {{ item.a }} {% endautoescape %} {% endfor %} {% endblock %}
{% autoescape off %} {{ item.a }} {% endautoescape %}