{% if page_title is defined %}

{{ page_title|raw }}
{% if filter_type is defined %} {% include 'app/common/components/filters/_' ~ filter_type ~ '.html.twig' %} {% endif %}

{% endif %}