select a FAQ category

{% for category in categories %}

{{category.name}}

{% if category.description %}

{{category.description}}

{% endif %}
{% endfor %}