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