blob: f70673e0bf57842adf4a7bddc73b5f04b1d101b8 [file] [log] [blame]
Matthias Andreas Benkardba3e58c2020-11-01 12:58:35 +01001{@int newsletterNumber}
2{@java.time.LocalDate date}
3{@java.util.List<eu.mulk.mulkcms2.benki.bookmarks.Bookmark> bookmarks}
4{@java.util.List<eu.mulk.mulkcms2.benki.lazychat.LazychatMessage> lazychatMessages}
5{@java.lang.String unsubscribeUri}
6New Blog Posts
7==============
8
9{#for post in lazychatMessages}
10* {post.date.humanDate} <https://matthias.benkard.de/posts/{post.id}>
11{post.text.content}
12
13
14{/for}
15
16
17New Bookmarks
18=============
19
20{#for post in bookmarks}
21* {post.date.humanDate} <https://matthias.benkard.de/posts/{post.id}>
22* {post.title}
23* <{post.uri}>
24
25{post.text.description}
26
27
28{/for}
29
30
31
32Your Subscription
33=================
34
35You are receiving this email because you are subscribed to the MulkCMS
36newsletter. To unsubscribe, send an email to:
37
Matthias Andreas Benkarde7a07db2021-02-05 20:14:44 +010038 <mulkcms+unsubscribe@mail.benkard.de>