{% extends "base.html" %} {% load catalogue_tags chunks cache %} {% block bodyid %}main-page{% endblock %} {% block extrahead %} {% endblock %} {% block body %}
{% chunk "site-description" %}

{{ form.q }} {{ form.tags }} lub zobacz spis utworów w naszym zbiorze

{% if categories.set %}

Półki

{% endif %} {% if categories.author %}

Autorzy

{% endif %} {% if categories.epoch %}

Epoki

{% endif %} {% if categories.kind %}

Rodzaje

{% endif %} {% if categories.genre %}

Gatunki literackie

{% endif %}
{% if categories.theme %}

Motywy

{% endif %}

Aktualności z naszego bloga

{% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://wolnepodreczniki.pl/feed/?s=Wolne%20Lektury" %} {% endcache %}
{% endblock %}