{% 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 %} Debugging your Expo app? Join Cedric van Putten from Expo on April 16th at 8AM PT to learn tips and tricks for debugging your Expo app.  Register now. {% elif banner_choice == 1 %} AI-powered Autofix will generate code to fix your issues. Tune in April 25th at 10AM PT to learn more.  Register now. {% endif %}
{% endif %}