{% include _utils/common %} {% for faq in faqs %}

{{ faq.section }}

{% if faq.questions.size > 0 %} {% for question in faq.questions %}

{{ question.title }} {% if question.is_new %} New {% elsif question.was_updated %} Updated {% endif %}

{{ question.answer }}
{% endfor %} {% else %}

There are no questions in this category.

{% endif %}
{% endfor %}