{% 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 %} Find out why we think declarative programming is the future for mobile apps.  Learn more. {% elif banner_choice == 1 %} Have you noticed improved JavaScript stack traces? Learn how Sentry used JavaScript parsing to improve stack traces.  Read more. {% endif %}
{% endif %}