{% extends "email/base.html" %} {% block title %}How has Praxicraft been for you? | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="How has Praxicraft been for you?" hero_subtitle="A few honest questions. About five minutes." hero_icon="rocket.png" %} {% endblock %} {% block content %}
Hi {% if first_name %}{{ first_name }}{% else %}there{% endif %},
You have been using Praxicraft for a while, and I would like to know how it has been for you.
What is working, what is frustrating, what you wish existed: all of it helps. This is not a long survey, just a few honest questions about your experience so far.
If you have five minutes, I would appreciate it.
{% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label|default:"Share Your Feedback" %}Whatever you share goes directly into what we build next.
Thanks for being part of this.
{{ sender_name|default:"Najeeb Sulaiman" }}
{{ sender_title|default:"Founder, Praxicraft" }}
{% endblock %}