{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2017-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=['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(center_text=true) }} {%- endblock flashmessages %}
{% block page_header %}
{%- block brand %} {%- if config.THEME_LOGO %} {{ _(config.THEME_SITENAME) }} {%- 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 %}
{%- block javascript %} {{ webpack['theme.js']}} {%- endblock javascript %} {%- endblock body %}