{% if post.published %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} - {{ post.title }}
{{ post.title }} {% if post.published %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} {% if post.date %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} {% endif %} {% include "postcard2.html" %} {{ post.to_html(collection.docname) }}