Matthias Andreas Benkard | ba3e58c | 2020-11-01 12:58:35 +0100 | [diff] [blame] | 1 | {@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} |
| 6 | New 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 | |
| 17 | New 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 | |
| 32 | Your Subscription |
| 33 | ================= |
| 34 | |
| 35 | You are receiving this email because you are subscribed to the MulkCMS |
| 36 | newsletter. To unsubscribe, send an email to: |
| 37 | |
Matthias Andreas Benkard | e7a07db | 2021-02-05 20:14:44 +0100 | [diff] [blame] | 38 | <mulkcms+unsubscribe@mail.benkard.de> |