{% extends "base.html" %} {% block content %}

📬 Contact & Feature Requests

Found a bug? Have a feature idea? We'd love to hear from you.
{% if sent %}
✅ Message sent — we'll follow up at the email you provided.
← Back to documents
{% else %} {% if error %}
❌ Couldn't send
{{ error }}
{% endif %}
Cancel
{% endif %} {% endblock %}