{% extends "pageLayout.html" %} {% include "eventMacros.html" %} {% block bodyClass %}{{ super() }} apos-blog-post-page{% endblock %} {% block extraBreadcrumbs %}
  • {{ page.title | e }}
  • {{ item.title | e }}
  • {% endblock %} {% block subnav %} {# And now filters... soon... #} {% endblock %} {% block main %}

    {{ page.title | e }}

    >EDIT THIS EVENT {{ renderEvent(item, page.url) }} {% endblock %} {% block sidebar %}
    {# A regular free-form area follows, but with a restricted set of allowed types #} {{ aposArea({ slug: slug + ':sidebar', area: page.areas.sidebar, edit: edit, controls: [ 'style', 'bold', 'italic', 'createLink', 'image', 'video' ] }) }} {% endblock %}