{% extends "base.html" %} {% block title %}Verification required — Gatekeeper{% endblock %} {% block content %}

Verification required

Enter your security code to access {{ application_name }}

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