{% extends "base/base.html" %} {% load latest_blog_posts from blog %} {% load carousel from social_tags %} {% load static from staticfiles %} {% load i18n catalogue_tags infopages_tags %} {% load cache %} {% load funding_tags %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block extrahead %} {{ block.super }} {% include "hotjar.html" %} {% endblock %} {% block body %} {% spaceless %} {% carousel 'main' %}

{% trans "In our digital library you will find" %}

{% for book in best %} {{ book.mini_box }} {% endfor %}
{% trans "and many other books, poems, pictures, audiobooks…" %}

{% trans "Motifs and themes" %}

{% trans "Theme" %}: {{ theme }}

{% trans "Explore works with the same theme" %}

{% for book in theme_books %} {{ book.mini_box }} {% endfor %} {% if theme_fragment %} {% cache 3600 fragment_promo theme_fragment.pk %} {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %} {% endcache %} {% endif %}
{% trans "See motifs catalog" %}
{% if collection %}

{% trans "Collections" %}

{{ collection.box }} {% trans "See collections catalog" %}
{% endif %}

{% trans "Recent publications" %}

{% for book in last_published %} {{ book.mini_box }} {% endfor %} {% trans "More recent publications" %}

{% trans "News" %}

{% cache 1800 latest_blog_posts %} {% latest_blog_posts %} {% endcache %}

{% trans "Utilities" %}

{% trans "Information" %}

{% endspaceless %} {% endblock %} {% block add_footer %} {% spaceless %} {% if cite %}

{% trans "Image used:" %} {% cache 3600 cite_info cite.pk %} {% include 'social/cite_info.html' %} {% endcache %}

{% endif %} {% endspaceless %} {% endblock %}