{% extends "base.html" %} {% block title %} Frequently Asked Questions {% endblock %} {% block content %}

Frequently asked questions about the AWWCA

{% for faq in object_list %} {% endfor %} {% endblock %}