{% extends 'layout.html.twig' %} {% set seo_title = 'Help' %} {% set body_class = 'help' %} {% block content %}

How can we help?

Your most frequently asked questions answered.
{% for category in categories %}

{{ category.title }}

{% endfor %}
{% endblock %} {% block callouts %} {% include '_includes/chat-callout.html.twig' %} {% endblock %}