]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/blog/messages/announcement.txt
blog: Send out emails for posts
[ipfire.org.git] / src / templates / blog / messages / announcement.txt
1 From: IPFire Project <no-reply@ipfire.org>
2 To: {{ account.email_to }}
3 Subject: {{ post.title }}
4 X-Auto-Response-Suppress: OOF
5
6 {{ _("Hello %s,") % account.first_name }}
7
8 {{ _("there is a new post from %s on the IPFire Blog:") % post.author }}
9
10 {{ post.title }}
11
12 {% if post.excerpt %}{{ "\n".join((" %s" % l for l in post.excerpt.splitlines())) }}{% end %}
13
14 {{ _("Click here to read more:") }}
15
16 https://blog.ipfire.org/post/{{ post.slug }}