{% extends "page.html" %} {% block head %} {{ super() }} {% if this.locale %} {% endif %} {% if this.description %} {% endif %} {% if this.image %} {% endif %} {% endblock %} {% block title %} {{ this.title }} - {{ super() }} {% endblock title %} {% block content %} {% set date_format = "%d %B, %Y" %}

{{ this.title }}

{% if this.created_date %} {% else %} Draft {% endif %}
{% block article %} {% endblock %}
{% endblock %}