{% extends "base.html" %} {% block title %}Sign in — Gatekeeper{% endblock %} {% block content %}

Sign in

Enter your credentials to access {{ application_name }}

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