{% extends "base.html" %} {% block preheader %}Welcome to {{ product_name }}! Let's get you started.{% endblock %} {% block content %}
{% if user_name %}Hi {{ user_name }},{% else %}Hi there,{% endif %}
We're thrilled to have you on board. {{ product_name }} is built to help you work smarter, and here's what you can do right away:
{% if features %}|
{{ loop.index }}
|
{{ feature }} |
| Get Started |
If you didn't create this account, you can safely ignore this email.
{% endblock %}