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