{% extends 'page.html' %}
{% block bodytag %}{{ super() }} class="blog"{% endblock %}
{% block subtitle %}{{ c.page.title }}{% endblock %}
{% block primary_content %}
{{ _('This page currently has no content') }}{{ c.page.title }}
{% if c.page.publish_date %}
{{ h.render_datetime(c.page.publish_date) }}
{% endif %}
{% block ckanext_pages_content %}
{% if c.page.content %}
{% set editor = h.pages_get_wysiwyg_editor() %}
{% if editor %}