{% extends "base.html" %} {% block content %}

Please enter your provided passcode to view and participate.

If you did not receive a passcode, contact {{ 'the event host' if 'CONTACT' not in config else config.CONTACT}}.

{% with messages = get_flashed_messages() %} {% for message in messages %} {% endfor %} {% endwith %}
{% endblock %}