{% extends "base.html" %} {% load catalogue %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block extrahead %} {% endblock %} {% block body %}

{{ book.title }}, {{ categories.author|join:", " }}

    {% for tag in tags %}
  1. {{ tag }} | x
  2. {% endfor %}
  3. {{ book.title }} | x
{% if book.has_description %}
{{ book.description|safe }}

Zwiń opis ▲

{% endif %}

O utworze

{% if categories.theme %}

Motywy w utworze

{% endif %}
{% endblock %}