X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d0072de89eb395f99aedcdf7804e48b547cbbeca..8b315975fe02851ec4d0b6d1ce1c30b37a0ebf3d:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index b4907129b..fc5217c32 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load cache i18n catalogue_tags infopages_tags social_tags %} +{% load cache chunks i18n catalogue_tags infopages_tags social_tags %} {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} @@ -14,21 +14,12 @@
-
-

Trwa konkurs

-
-
-

Konkurs poezji automatycznej

-
-

Znacie Leśmianatora? To niewielki skrypt miskujący na życzenie - wiersze z Wolnych Lektur.

-
-
+ {% chunk "promo" %}

Ostatnie publikacje

- {% cache 300 last-published-on-main %} + {% cache 60 last-published-on-main %} {% for book in last_published %} {% book_mini book %} {% endfor %}