{% extends 'base.html' %} {% block container %}

Frequently Asked Questions

{%- archiveList faqs with type="page" limit=20 showContent=true %} {%- for faq in faqs %}

{{faq.Content|safe}}
{%- endfor %} {%- endarchiveList %}
{%- include 'partial/pagination.html' %}
{% endblock %}