{% extends "emails/base.html" %} {% block title %}Welcome to {{ company_name|default:"IGNY8" }}{% endblock %} {% block content %}
Hi {{ user_name }},
We're excited to have you on board! Your account {{ account_name }} is ready to go.
If you have any questions, our support team is here to help. {% if support_url %}Visit our help center or {% endif %}reply to this email.
Best regards,
The {{ company_name|default:"IGNY8" }} Team