{# SPDX-FileCopyrightText: 2016-2019 CERN. SPDX-License-Identifier: MIT #} {%- extends config.PREVIEWER_BASE_TEMPLATE %} {%- block page_body %} {%- if request.args.get('embed') %} {%- include 'invenio_previewer/top.html' %} {%- endif %} {%- block panel %}{% endblock %} {%- if request.args.get('embed') %} {%- include 'invenio_previewer/bottom.html' %} {%- endif %} {%- endblock %}