{% include "components/head.html" %}
{% set theme_colour = "teal" if current_user.role == "staff" else "blue" %} {% include "components/topbar.html" %}
{% include "components/flash_messages_frame.html" %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}