{% extends "faq/base.html" %} {% block title %}{{ block.super }}: {{ topic }}{% endblock %} {% block body %}

{{ topic }}

{% for question in questions %}
{{ question.text }}
{{ question.answer }}
{% endfor %}
{% endblock %}