{% 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 %} Scaling your frontend project? Join us July 12th to learn best practices for scaling your frontend project from the engineering team at Unity.  Learn more. {% elif banner_choice == 1 %} Backend Error Monitoring 101 livestream: Join us on July 11th at 10am PT as we cover backend project set up basics and best practices.  Learn more. {% endif %}
{% endif %}