{% render_sections position="post_content" %}
{% image page.cover max-600x480 class="background-cover" height="" width="" %}
{% image page.cover max-600x480 class="cover" height="" width="" %}
{% endif %}
{{ page.headline }}
{% endif %}
{% if page.cover %}
{% endif %}
{% endblock %}
{{ page.title }}
{% if page.headline %}
{% block content %}
{% if page.body %}
{{ page.body|richtext}}
{% endif %}
{% endblock %}
{% if view != 'list' %}
{% block content_extras %}
{% endblock %}
{% endif %}
{% include "aircox_cms/snippets/comments.html" %}