iron-blogger/templates/email.txt

10 lines
248 B
Plaintext

## -*- coding: utf-8 -*-
From: ${mail}
Content-Type: text/plain; charset=utf-8
Subject: Blogging BW on ${start.strftime("%F")}
To: ${mail}
% for p in sorted(posts, key=lambda p:p['date']):
- ${p['title'] or "[ohne Titel]"} -- ${p['url']}
% endfor