{% 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 body %}
{% spaceless %}
{% carousel 'main' %}
{% trans "Explore works with the same theme" %}{% trans "In our digital library you will find" %}
{% trans "Motifs and themes" %}
{% trans "Theme" %}: {{ theme }}
{% trans "Collections" %}
{{ collection.box }}
{% trans "See collections catalog" %}
{% trans "Recent publications" %}
{% for book in last_published %}
{{ book.mini_box }}
{% endfor %}
{% trans "More recent publications" %}
{% trans "Image used:" %} {% cache 3600 cite_info cite.pk %} {% include 'social/cite_info.html' %} {% endcache %}
{% endif %} {% endspaceless %} {% endblock %}