{% extends "pageLayout.html" %} {% include "eventMacros.html" %} {% block bodyClass %}{{ super() }} apos-blog-events-page apos-event-show{% endblock %} {# Article specific title tag, for Facebook, SEO, etc. #} {%- block title -%} {{ siteTitle }} – {{ item.title | e }} {%- endblock -%} {# Facebook image, so it doesn't hoover up images from the dropdown menus #} {# Works only if you specify an absolute URL for uploadsUrl in data/local.js #} {% set firstImage = aposAreaFindFile({ area: item.areas.thumbnail, group: 'images'}) or aposAreaFindFile({ area: item.areas.body, group: 'images' }) %} {% block extraHead %} {% if firstImage %} {% endif %} {% endblock %} {% block extraBreadcrumbs %}
  • {{ page.title | e }}
  •  / {{ item.title | e }}
  • {% endblock %} {% block mainContent %} {{ renderEvent(item, page.url) }} {% endblock %}