diff --git a/template/mail.tpl b/template/mail.tpl new file mode 100644 index 0000000..2813e17 --- /dev/null +++ b/template/mail.tpl @@ -0,0 +1,15 @@ +% rebase('template/wrapper.tpl') + +<% +import markdown as md + +html = md.markdown(markdown) +%> + +
+ + +
+ + +{{!html}}