{% import 'macros/forms.html' as forms %} {% import "macros/verify_email.html" as verify_email %} {% extends "auth/layout.html" %} {% block head_title_content %}{{ _('Verify your email') }}{% endblock %} {% block title %}{{ _('Verify your email') }}{% endblock %} {% block auth_form %}
{% endblock %}