{{ post.draft ? 'Draft: '|upper }}{{ post.title }}

{% if show_date %}

Posted on {{ post.date|date('jS F Y') }}

{% endif %}

{{ post.excerpt }}