{% extends "email/base.html" %} {% block title %}Mentorship Match{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Mentor matched" hero_subtitle=mentor_name hero_icon="users-group.png" %} {% endblock %} {% block content %}

Hi {{ mentee_name }},

You are matched with {{ mentor_name }} for {{ track }}. Open Mentorship to introduce yourself and set expectations.

{% if message_preview %}

“{{ message_preview }}”

{% endif %} {% include "email/partials/_cta.html" with cta_url=mentorship_url cta_label="View Mentor" %} {% endblock %}