{% extends "email/base.html" %} {% block title %}Your verification code | Praxicraft{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ first_name }},

Use the code below to confirm this action. It expires in 10 minutes.

{{ code }}

If you did not request this code, you can ignore this email. No changes have been made to your account.

{% endblock %}