{# OTP email sent to a new user — standalone HTML (Bootstrap style, no base) #} {% load static %} {% block head %} {% endblock head %} {% block title %} Welcome to Fashionistar! {% endblock title %} {% block content %}

Hi there! We're excited to have you join Fashionistar a home of Beauty an online fashion store that made wears available to users all round the globe.

To complete your sign-up, we need to verify your email address. Please use the following OTP (One-Time Password) to proceed:
{{ token }}.
expires in {{ otp_expiry|default:"5 minutes" }}


Best Regards,
The Fashionistar.

{% endblock content %}