{% extends "email/base.html" %} {% block title %}{{ email_title }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant=hero_variant hero_title=hero_title hero_subtitle=hero_subtitle hero_icon=hero_icon hero_accent_icon=hero_accent_icon %} {% endblock %} {% block content %}
{{ custom_body_html|safe }}
{% if cta_url %} {% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label %} {% endif %} {% endblock %}