{% extends 'page.html' %} {% macro actor(revision) %} {{ h.linked_user(revision.user_id, 0, 30) }} {% endmacro %} {% block bodytag %}{{ super() }} class="blog"{% endblock %} {% block subtitle %}{{ c.page.title }}{% endblock %} {% block primary %}
{% if h.check_access('ckanext_pages_update') %} {% asset 'pages/main-css' %} {% link_for _('View'), named_route='pages.blog_show', page=c.page.name, class_='btn btn-primary pull-right', icon='eye' %} {% endif %}

{{ c.page.title }}

{% if c.page.revisions %}
{% else %}

{{ _('This blog currently has no revisions') }}

{% endif %}
{% endblock %} {% block secondary %}{% endblock %}