{% extends theme("layout.html") %} {% import "utils.html" as utils with context %} {% import "snippets.html" as snippets with context %} {% import "itemviews.html" as itemviews with context %} {% set footer_meta = snippets.footer_meta() %} {% block head_links %} {{ super() }} {# universal edit button support #} {%- if may.write and 'frontend.modify_item' not in cfg.endpoints_excluded -%} {%- endif %} {% endblock %} {% block header_itemviews %} {{ itemviews }} {% endblock %} {% block content %} {% block headline %} {% if item.meta['summary'] %} {% block item_summary %}