{% extends "saas_emails/base.html" %} {% block title %}Registration Code{% endblock %} {% block content %}
Welcome to {{ site.name }}!
We're excited to have you on board. To finalize your account sign-up and ensure the utmost security for your data, we kindly ask you to complete the verification process by entering the provided verification code.
Your Verification Code:
{% include "saas_emails/partials/auth_code.html" %}If you did not initiate this registration, please disregard this email.
Feel free to reach out if you have any questions or concerns. We're here to assist you!
{% endblock %}