- {% load static from staticfiles %}
- {% load i18n pipeline %}
- {% load catalogue_tags %}
- {% load thumbnail %}
- {% load piwik_tags %}
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
- <meta name="description"
- content="{{ book.title }} - darmowy audiobook na wolnej licencji" />
- <title>{% trans "Wolne Lektury" %} ::
- {{ book.title }} - {{ audiobook }}</title>
- <link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
- {% stylesheet "all" %}
- {% stylesheet "player" %}
-
- </head>
- <body id="{% block bodyid %}player{% endblock %}">
-
- {% if book.cover_thumb %}
- <img src="
- {% thumbnail book.cover_thumb "101x140" as thumb %}
- {{ thumb.url }}
- {% empty %}
- {{ book.cover_thumb.url }}
- {% endthumbnail %}
- " alt="Cover" style="float: left; margin: .5em 1em 1em 1em;" />
- {% endif %}
+ {% load static from staticfiles %}
+ {% load i18n pipeline %}
+ {% load catalogue_tags %}
+ {% load thumbnail %}
+ {% load piwik_tags %}
+ <head>
+ <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+ <meta name="description"
+ content="{{ book.title }} - darmowy audiobook na wolnej licencji" />
+ <title>{% trans "Wolne Lektury" %} ::
+ {{ book.title }} - {{ audiobook }}</title>
+ <link rel="icon" href="{% static "img/favicon.png" %}" type="image/png" />
+ {% stylesheet 'main' %}
+ {% stylesheet "player" %}
+ </head>
+ <body id="{% block bodyid %}player{% endblock %}">
+ {% if book.cover_thumb %}
+ <img src="{% thumbnail book.cover_thumb "101x140" as thumb %}{{ thumb.url }}{% empty %}{{ book.cover_thumb.url }}{% endthumbnail %}"
+ alt="Cover" style="float: left; margin: .5em 1em 1em 1em;" />
+ {% endif %}