{{ article.content|raw }}
{% if article.quoteCategory %}
{% include 'base/_partials/_quotes.html.twig' with {quoteCategory: article.quoteCategory} %}
{% endif %}
{% if article.menuLink %}
{% include 'base/_partials/_sidebar_menulink.html.twig' with {menuLink: article.menuLink} %}
{% endif %}