{% extends "base.html" %} {% block title %}Verify Email - Gondulf{% endblock %} {% block content %}

Verify Your Email

A verification code has been sent to {{ masked_email }}

Please enter the 6-digit code to complete verification:

{% if error %}

{{ error }}

{% endif %}
{% endblock %}