{# CSS Loading Block #} {% if criticalCSS and craft.request.isLivePreview != true and craft.config.environment != 'local' %} {{ include('_parts/critical') }} {% else %} {% endif %} {% if seomaticSiteMeta is defined and craft.config.environment != 'local' %} {% hook 'seomaticRender' %} {% else %} {{ title is defined ? title ~ ' - ' }}{{ siteName }} {% if craft.config.environment != 'productive' %} {% endif %} {% endif %} {% if craft.config.environment != 'local' %} {% include '_parts/favicon' %} {% endif %} {# Deactivate Progress Load on Livepreview #} {% if craft.request.isLivePreview != true and craft.config.environment == 'productive' %} {##} {% endif %}