{% block header_title %}{{ block('page_title') }}{% endblock %}
{% if block('page_description') is not empty %}{% block header_description %}{{ block('page_description') }}{% endblock %}
{% endif %} {% block breadcrumb %}{% include 'navigation/breadcrumb.html.twig' with {page_title: block('page_title')} %}{% endblock %}