From c804725c15813e17dfc36ab4e932621948e7d262 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Dec 2020 04:43:33 +0100 Subject: Added 52 week mailing and scripts --- emailing/template.hbs | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 emailing/template.hbs (limited to 'emailing/template.hbs') diff --git a/emailing/template.hbs b/emailing/template.hbs new file mode 100644 index 0000000..39dc28c --- /dev/null +++ b/emailing/template.hbs @@ -0,0 +1,26 @@ + + + + + + + + +
+ + {{#each categories}} + {{#each this.links}} +
+ {{this.title}} ({{this.source}}) +
{{this.excerpt}}
+
+ {{/each}} + {{/each}} + +
+ +

If you would like to stop receiving these emails reply to this email.

+ + + + -- cgit v1.2.3