{% extends "page.html" %} {% block title %} {{ _('Image Viewer') }} {% endblock %} {% block breadcrumb_content %}
  • Image Viewer
  • {% endblock %} {# no secondary block here, we render it in the vue app instead #} {% block secondary %} {% endblock %} {% block primary %} {% asset 'ckanext-nhm/liv-css' %} {% asset 'ckanext-nhm/liv-js' %}
    {% endblock %}