{% extends "email/base.html" %} {% block title %}{{ track_name }} is live | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Track is live" hero_subtitle=track_name hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

{{ track_name }} is available. You asked to be notified. Open Tracks to enroll and start the first task.

{% if track_description %} {% include "email/partials/_detail_row.html" with pill_label="ABOUT THIS TRACK" pill_value=track_description pill_variant="primary" pill_border="none" pill_radius="all" %}
{% endif %} {% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label|default:"Open Tracks" %} {% include "email/partials/_settings_prefs_note.html" %} {% endblock %}