{# -*- coding: utf-8 -*- Copyright (C) 2017-2021 CERN. Copyright (C) 2020-2022 TU Wien. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.THEME_BASE_TEMPLATE %} {%- set html_css_classes = ['cover-page'] %} {%- set body_css_classes = ['ui grid doubling middle center aligned cover-page'] %} {%- block body %}
{%- block flashmessages %} {%- from "invenio_theme/macros/messages.html" import flashed_messages with context %} {{- flashed_messages() }} {%- endblock flashmessages %} {%- block page_header %}
{%- block brand %} {%- if config.THEME_LOGO %} {%- elif config.THEME_SITENAME %} {{ _(config.THEME_SITENAME) }} {%- endif %} {%- endblock brand %}
{%- endblock page_header %} {%- block page_body %}
{%- block panel %}
{%- block panel_content %}

{{ panel_title }}

{%- endblock panel_content %}
{%- endblock panel %}
{%- endblock page_body %} {%- block page_footer %} {%- endblock page_footer %}
{%- endblock body %}