summaryrefslogtreecommitdiffstats
path: root/sphinx/themes/epub/epub-cover.html
blob: 15d46161b604215fb2c65aaeccb2a61e53030754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{#
    epub/epub-cover.html
    ~~~~~~~~~~~~~~~~~~~~

    Sample template for the html cover page.

    :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
{%- block header %}{% endblock %}
{%- block rootrellink %}{% endblock %}
{%- block relbaritems %}{% endblock %}
{%- block sidebarlogo %}{% endblock %}
{%- block linktags %}{% endblock %}
{%- block relbar1 %}{% endblock %}
{%- block sidebar1 %}{% endblock %}
{%- block sidebar2 %}{% endblock %}
{%- block footer %}{% endblock %}

{% block content %}
  <div class="epub-cover">
    <img src="{{ image }}" alt="Cover image" />
  </div>
{% endblock %}