{% extends "email/base.html" %} {% block title %}{{ email_subject|default:"Tutor update" }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title=hero_title|default:"Tutor update" hero_subtitle=hero_subtitle|default:"" hero_icon="rocket.png" %} {% endblock %} {% block content %}

Hi {{ first_name|default:"there" }},

{{ body_text|default:"You have a learning update waiting in Tutor." }}

{% if cta_url %} {% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label|default:"Open Tutor" %} {% endif %} {% endblock %}