{% 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 %} Hear from founders and CEOs at Laravel, Prisma, and Supabase as they discuss the future of backend development on July 16th.  Register now. {% elif banner_choice == 1 %} Join leaders at Laravel, Prisma, Supabase and Node as they discuss the future of backend development on July 16th.  Register now. {% endif %}
{% endif %}