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