{% extends theme("layout.html") %} {% import "utils.html" as utils with context %} {% import "snippets.html" as snippets with context %} {% import theme("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 %}