{% 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
{% for set in categories.set %}
{{ set }} ({{ set.count }})
{% endfor %}
{% endif %} {% if categories.author %}
Autorzy
{% for author in categories.author %}
{{ author }} ({{ author.count }})
{% endfor %}
{% endif %} {% if categories.epoch %}
Epoki
{% for epoch in categories.epoch %}
{{ epoch }} ({{ epoch.count }})
{% endfor %}
{% endif %} {% if categories.kind %}
Rodzaje
{% for kind in categories.kind %}
{{ kind }} ({{ kind.count }})
{% endfor %}
{% endif %} {% if categories.genre %}
Gatunki literackie
{% for genre in categories.genre %}
{{ genre }} ({{ genre.count }})
{% endfor %}
{% endif %}
{% if categories.theme %}
Motywy
{% for theme in fragment_tags %}
{{ theme }} ({{ theme.count }})
{% endfor %}
{% endif %}
Aktualności z naszego bloga
{% cache 1800 latest-blog-posts %} {% latest_blog_posts "http://wolnepodreczniki.pl/feed/?s=Wolne%20Lektury" %} {% endcache %}
{% endblock %}