{% block head %} Archipelago {% endblock %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages | unique %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
This is the beta site! For the stable version, visit Archipelago.gg!
{% block body %} {% endblock %}
{% if show_footer %} {% include "islandFooter.html" %} {% endif %}