{% load sentry_helpers %} {% load sentry_assets %} {% block css %} {% if show_login_banner %} {% endif %} {% endblock %}
{% script %} {% endscript %} {% if messages %}
{% for message in messages %} {% with message.tags|split:" " as message_tags %}
× {{ message|linebreaks }}
{% endwith %} {% endfor %}
{% elif show_login_banner %}
{% if banner_choice == 0 %} The Sentry SvelteKit SDK is now generally available with support for Error and Performance monitoring, Session Replay and Profiling.  Learn more. {% elif banner_choice == 1 %} Is your web font loading strategy causing layout shifts on your website?  Learn more. {% endif %}
{% endif %}