{% extends "base.html" %} {% from "auth/_token_handoff.html" import token_handoff %} {% block title %}Confirm your email — {{ app_name }}{% endblock %} {% block content %} {{ token_handoff("Confirming your email…", "Hold on while we verify your account.", ui_prefix) }} {% endblock %}