{% block styles %}{% endblock %} {# favicons #} {% include('partials.favicons') %}
{% include('partials.page-header') %} {% block breadcrumbs %}{% endblock %}
{% if IS_DEMO_SITE %}

{% include ['demo.' ~ Route.getCurrentRoute.getName, 'demo.no-demo-text'] %}

{% endif %} {% include('partials.flashes') %} {% block content %}{% endblock %}
{% include('partials.control-bar') %}
{% block scripts %}{% endblock %} {% if env('ANALYTICS_ID','') != '' %} {% endif %}