{% extends "email/base.html" %} {% block title %}Welcome to Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Welcome to Praxicraft" hero_subtitle=department hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

You are on the team in {{ department }}. You will work real tasks from day one. XP tracks what you can do, not how long you spent.

{% if lm_name %}

Line Manager

{{ lm_name|slice:":1"|upper }}

{{ lm_name }}

{{ lm_title }}

{% if lm_bio %}{{ lm_bio }}{% else %}They will be your first point of contact for task guidance, feedback, and track progression.{% endif %}

{% endif %} {% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="Start Your First Task" %} {% endblock %}