summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/NewsletterSender/newsletter.txt
blob: f70673e0bf57842adf4a7bddc73b5f04b1d101b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{@int newsletterNumber}
{@java.time.LocalDate date}
{@java.util.List<eu.mulk.mulkcms2.benki.bookmarks.Bookmark> bookmarks}
{@java.util.List<eu.mulk.mulkcms2.benki.lazychat.LazychatMessage> lazychatMessages}
{@java.lang.String unsubscribeUri}
New Blog Posts
==============

{#for post in lazychatMessages}
* {post.date.humanDate}  <https://matthias.benkard.de/posts/{post.id}>
{post.text.content}


{/for}


New Bookmarks
=============

{#for post in bookmarks}
* {post.date.humanDate}  <https://matthias.benkard.de/posts/{post.id}>
* {post.title}
* <{post.uri}>

{post.text.description}


{/for}



Your Subscription
=================

You are receiving this email because you are subscribed to the MulkCMS
newsletter.  To unsubscribe, send an email to:

  <mulkcms+unsubscribe@mail.benkard.de>