{% extends "email/base.html" %} {% block title %}Your {{ wrap_year }} at Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="solid-primary" hero_title=wrap_hero_title|default:"Your Year Wrap" hero_subtitle=wrap_hero_subtitle|default:intro hero_icon="confetti.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
{{ intro }}
{% if learning_mode != "self_paced" %}{{ closing }}
{% endif %} {% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="Continue Learning" %} {% include "email/partials/_settings_prefs_note.html" %} {% endblock %}