{% for section in _sections %}

{{ section.title }}

{% for answer in section.answers %}
{% if answer.html %} {{ answer.html | safe }} {% else %} {{ answer.question }} {{ answer.answer }} {% endif %}
{% endfor %}
{% endfor %}