{% extends "email/base.html" %} {% block title %}Email verified | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Email verified" hero_subtitle="Your email address is confirmed." hero_icon="check-circle.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
Your email address is verified on Praxicraft. If you made this change, no further action is needed.
Did not make this change?
If you did not verify this email, contact us so we can help secure your account.
{% if settings_url %} {% include "email/partials/_cta.html" with cta_url=settings_url cta_label="Review Security Settings" %} {% endif %} {% endblock %}