{% 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 %} API latency vs API response time. Learn the difference before you start fixing backend slowdowns.  Read more. {% elif banner_choice == 1 %} Have you ever received an HTTP status code that didn't seem right? Coding defensively and reading the docs may be the answer.  Learn more. {% endif %}
{% endif %}