{% extends "email/base.html" %} {% block title %}You are invited to Praxicraft (beta){% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="You are in the beta" hero_subtitle="Early access to real data engineering practice." hero_icon="confetti.png" hero_accent_icon="rocket.png" %} {% endblock %} {% block content %}
Hello,
{{ invited_by }} invited you to the Praxicraft closed beta. You get full access to realistic practice tasks, XP progression, and the engineer learning platform.
If you were not expecting this invitation, you can ignore this email.
{% endblock %}