Created
November 30, 2015 23:17
-
-
Save levlaz/40dedbfba6d24af0af15 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Dear {{ recipient }},</p> | |
<p> {{ user.username }} has shared a note with you from <a href="https://braindump.pw">braindump</a>!</p> | |
<hr> | |
<h1>{{ note.title }}</h1> | |
<br /> | |
{{ note.body_html | safe }} | |
<hr> | |
<p>Sincerely,</p> | |
<p>The BrainDump Team</p> | |
<p>Organize your life with <a href="https://braindump.pw"> braindump </a> today! </p> | |
<p><small>Note: replies to this email address are not monitored.</small></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment