{% extends "base.html" %} {% block title %}Login - Code of Conquest{% endblock %} {% block content %}

Login

Enter the realm, brave adventurer

{% if error %}
{{ error }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}