{{ vite(['app/resources/css/app.css', 'app/resources/js/app.js']) | raw }} {{ analytics() | raw }} {# NOTE: To be removed in a future release #} {% if config('google_analytics_id', false) %} {% include 'components/analytics/google.twig' %} {% endif %} {# NOTE: To be removed in a future release #} {% if config('matomo_analytics_url', false) and config('matomo_analytics_site_id', false) %} {% include 'components/analytics/matomo.twig' %} {% endif %} {{ title }} • {{ config('site_title') }}
{% block content %}{% endblock %}