{% extends "email/base.html" %} {% block title %}A note from {{ founder_name }} at Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Welcome to Praxicraft Assess" hero_subtitle="A quick note from our team." hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

I am {{ founder_name }}, {{ founder_title }}. Thanks for signing up{% if company_name %} with {{ company_name }}{% endif %}.

Assess helps you run realistic task-based hiring and review results in one place. If anything is unclear as you get started, reply to this email and I will respond personally.

{% if calendar_url %}

Prefer a walkthrough? Book time here:

{% include "email/partials/_cta.html" with cta_url=calendar_url cta_label=calendar_cta_label %} {% endif %}

All my best,
{{ founder_name }}{% if founder_title %}
{{ founder_title }}{% endif %}

{% endblock %}