{% extends "email/base.html" %} {% block title %}Welcome to Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Welcome to Praxicraft" hero_subtitle=track_name hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
You are on the {{ track_name }} track. Solve real engineering tasks at your own pace. XP tracks what you can do, not how long you spent.
{% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="Start Your First Task" %} {% endblock %}