{% extends "email/base.html" %} {% block title %}{{ subject }} | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title=subject hero_subtitle=opening hero_icon="rocket.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

{% if days_since_signup %}

{{ days_since_signup }} days since signup

{% endif %}

{{ body }}

{% if closing %}

{{ closing }}

{% endif %} {% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label %} {% if footer_note %}

{{ footer_note }}

{% endif %} {% include "email/partials/_settings_prefs_note.html" %}

{{ sender_name }}

{{ sender_title }}

{% endblock %}