{% extends 'layout.html.twig' %} {% set seo_entity = article %} {% set category = article.category %} {% set body_class = 'help-article' %} {% block content %}

{{ article.title }}

{{ article.content|raw }}
{% if article.downloads is not empty %}

Downloads

{% for download in article.downloads %}
{{ download.title }}
{{ download.excerpt|raw }}
{% endfor %}
{% endif %}
Help index
{% endblock %} {% block callouts %} {% include '_includes/chat-callout.html.twig' %} {% endblock %}