{% 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 %} Join us July 26th, at 10am PT to hear tips and best practices from React Native experts, including developers from Meta and Expo.  Learn more. {% elif banner_choice == 1 %} Learn how Profiling for iOS and Android can help you find the sources of main thread contention.  Learn more. {% endif %}
{% endif %}