{% extends "base.html" %} {% block preheader %}Welcome to {{ product_name }}! Let's get you started.{% endblock %} {% block content %}

Welcome to {{ product_name }}!

{% 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 %} {% for feature in features %} {% endfor %}
{{ loop.index }}

{{ feature }}

{% endif %}
Get Started

If you didn't create this account, you can safely ignore this email.

{% endblock %}