{{ post.title }} {% if post.date is defined %} <{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}> {% endif %} {% if post.filetags %} {% for tag in post.filetags %} {{ tag }} {% endfor %} {% endif %} {{ post.html | safe }} Reply via email →