blob: 4e2f395ddc691870547991d51f6dc2db435789f3 [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}>
Matthias Andreas Benkardd382b3f2025-07-05 17:08:45 +020022{#if post.via}
23* Via: <{post.via}>
24{/if}
Matthias Andreas Benkardba3e58c2020-11-01 12:58:35 +010025* {post.title}
26* <{post.uri}>
27
28{post.text.description}
29
30
31{/for}
32
33
34
35Your Subscription
36=================
37
38You are receiving this email because you are subscribed to the MulkCMS
39newsletter. To unsubscribe, send an email to:
40
Matthias Andreas Benkarde7a07db2021-02-05 20:14:44 +010041 <mulkcms+unsubscribe@mail.benkard.de>