{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. 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=['cover-page'] %} {%- block body %} {%- block browserupgrade %} {%- endblock browserupgrade %}
{%- 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 %} {{ _(config.THEME_SITENAME) }} {%- elif config.THEME_SITENAME %} {{ _(config.THEME_SITENAME) }} {% endif %} {%- endblock %}
{% 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 %}
{%- block javascript %}{% include config.THEME_JAVASCRIPT_TEMPLATE %}{% endblock javascript %} {%- block trackingcode %}{% include config.THEME_TRACKINGCODE_TEMPLATE %}{% endblock %} {%- endblock body %}