{% extends "base.html" %} {% block content %}
{{ page.date | date(format='%d')}} {{ page.date | date(format='%b %y')}}

{{ page.title }} {% if page.draft %}Draft{% endif %}

{{ hooks::post_above_content(page=page) }}
{{ page.content | safe }}
{{ hooks::post_below_content(page=page) }} {% if page.taxonomies is containing ("tags") %} {% endif %} {{ hooks::post_below_tags(page=page) }}
{% endblock content %}