{% extends "email/base.html" %} {% block title %}{{ subject }} | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="warning" hero_title=headline hero_subtitle=subheadline hero_icon="star-fall.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
{{ body }}
{% if show_stats %}{{ closing }}
{% endif %} {% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label %} {% include "email/partials/_settings_prefs_note.html" %} {% endblock %}