{% extends "base.html" %} {% block title %}Login - Discord Message Archives{% endblock %} {% block content %}

{% if server_name %}Unlock {{ server_name }}{% else %}Password Protected Access{% endif %}

{% if error %}
{{ error }}
{% endif %}

Please enter the password to access {% if server_name %}the {{ server_name }} archives{% else %}the Discord message archives{% endif %}.

{% endblock %}