{% extends 'www/base.html.twig' %} {% import 'www/partials/_macros.html.twig' as macros %} {% block link_alternate %} {% for translation in _cms_translations %} {% endfor %} {% endblock %} {% block top %}{% endblock %} {% block main %} {% if _cms_content|length %}
{{ _cms_content | raw}}
{% endif %}
{% for description_section in _cms_description_sections %} {% include 'www/components/_description_section.html.twig' with { 'description_section': description_section, 'show_dot': false } only %}
{% endfor %}
{% endblock %}