{% load staticfiles %} {% load i18n %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load wagtailsettings_tags %} {% load aircox_cms %} {% get_settings %} {% with favicon=settings.cms.WebsiteSettings.favicon %} {% endwith %} {% block css %} {% block css_extras %}{% endblock %} {% endblock %} {{ page.title }} {% spaceless %}
{% render_sections position="header" %}
{% if messages %} {% endif %}
{% block title %} {% if page.cover %}
{% image page.cover max-600x480 class="background-cover" height="" width="" %}
{% image page.cover max-600x480 class="cover" height="" width="" %}
{% endif %}

{{ page.title }}

{% if page.headline %}
{{ page.headline }}
{% endif %} {% if page.cover %}
{% endif %} {% endblock %}
{% block content %} {% if page.body %}
{{ page.body|richtext}}
{% endif %} {% endblock %} {% if view != 'list' %} {% block content_extras %} {% endblock %} {% endif %}
{% render_sections position="post_content" %}
{% include "aircox_cms/snippets/comments.html" %}
{% block footer %} {% endblock %} {% endspaceless %}