{% extends 'global/master.tpl' %} {% block title %}Frequently Asked Questions{% endblock %} {% block content %}
Frequently Asked Questions
{% for question in page.questions %} {{ question.question }} {% endfor %}
{% for question in page.questions %}
{{ question.question }}

{{ question.answer }}

{% endfor %}
{% endblock %}