{% extends 'emails/base.html' %} {% block content %}

Hello from {{PLATFORM_NAME}},

If you didn’t request this, you can safely ignore this email. However, if you’re concerned about the security of your account, please contact our support team immediately.

To reset your password, please follow the instructions below:

Reset Code: {{ code }}

Thank you for choosing {{PLATFORM_NAME}}.

{% endblock %}