{% extends "email/base.html" %} {% block title %}Your Praxicraft Employment Contract{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Contract signed" hero_subtitle="Your signed offer is attached." hero_icon="document-add.png" hero_accent_icon="check-circle.png" %} {% endblock %} {% block content %}
Hi {{ first_name }},
Your signed contract is attached. Keep a copy for your records. It covers your role, pay schedule, and terms.
Questions about onboarding? Reply to this email or contact your line manager.
{{ sender_name }}
{{ sender_title }}, Praxicraft
{% endblock %}