{% extends "email/base.html" %} {% block title %}Welcome to Praxicraft Tutor{% endblock %} {% block hero %} {% with subtitle=hero_subtitle|default:"Your personal AI tutor is ready" %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Welcome to Tutor" hero_subtitle=subtitle hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endwith %} {% endblock %} {% block content %}
Hi {{ first_name }},
You joined Praxicraft Tutor. Ask questions, work through lessons and labs, and build mastery at your own pace.
{% if dashboard_url %} {% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="Open Tutor" %} {% endif %} {% endblock %}