mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 18:03:58 +00:00
22 lines
584 B
HTML
22 lines
584 B
HTML
{% extends 'email/base.html' %}
|
|
|
|
{% block content %}
|
|
<div style="padding: 15px; font-style: italic">
|
|
<p>{{ pen_name }},</p>
|
|
<p>
|
|
Your destination is one train away.
|
|
</p>
|
|
<p>I've been keeping a place for your words.<br/>
|
|
Come when you're ready.</p>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block footnote %}
|
|
This link expires in 24 hours.<br/>
|
|
I'm patient, but not endlessly so.
|
|
{% endblock %}
|
|
|
|
{% block footer %}
|
|
Didn't write to me? Then someone else did.<br/>
|
|
Ignore this. I'll forget you were ever here.
|
|
{% endblock %} |