{% extends "email/base.html" %} {% block title %}Thanks for your feedback | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Thanks for sharing" hero_subtitle="Your feedback shapes what we build next." hero_icon="rocket.png" %} {% endblock %} {% block content %}

Hi {% if first_name %}{{ first_name }}{% else %}there{% endif %},

Thanks for taking the time to share this.

I read every response myself, and it directly shapes what we build next on Praxicraft.

If anything comes up in the meantime, reach out at support@praxicraft.com.

See you in the sandbox.

{% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label|default:"Open Praxicraft" %}

{{ sender_name|default:"Najeeb Sulaiman" }}

{{ sender_title|default:"Founder, Praxicraft" }}

{% endblock %}