feat: add template based email content (html + plaintext fallback)

This commit is contained in:
ramvignesh-b
2026-04-28 01:00:34 +05:30
parent 48b6a06571
commit 409fc76619
8 changed files with 230 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
{% extends 'email/base.html' %}
{% block content %}
<p>
Time has a way of making things clearer.<br/>
Or heavier. Sometimes both.
</p>
<p>
You had something to say at this exact moment.<br/>
I kept it exactly as you left it. <br/>
Not a word changed. Not a word read.
</p>
{% endblock %}
{% block footnote %}
<p>
You're ready now. Or maybe you're still not.<br/>
Open it anyway. You won't regret it.
</p>
{% endblock %}