{% extends "emails/base.html" %} {% block title %}Welcome to {{ company_name|default:"IGNY8" }}{% endblock %} {% block content %}

Welcome to {{ company_name|default:"IGNY8" }}!

Hi {{ user_name }},

We're excited to have you on board! Your account {{ account_name }} is ready to go.

What's next?

Go to Dashboard

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

{% endblock %}