{% trans "Motifs and themes" %}
++ + {% trans "Motifs and themes" %} + → + +
{% trans "Theme" %}: {{ theme }}
{% trans "Explore works with the same theme" %}
@@ -45,23 +76,6 @@ {% endcache %} {% endif %}X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/590be2077917fbeb3ee169604bef99b42029ffba..025b93b1df94c65df26c896284580f2b00756f0a:/src/wolnelektury/templates/main_page.html
diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html
index 74eaec928..f47e1d227 100644
--- a/src/wolnelektury/templates/main_page.html
+++ b/src/wolnelektury/templates/main_page.html
@@ -31,8 +31,39 @@
+ {% trans "Explore works with the same theme" %}
+
+ {% trans "Recent publications" %}
+ →
+
+
+ {% for book in last_published %}
+ {{ book.mini_box }}
+ {% endfor %}
+
+
+ {% trans "Collections" %}
+ →
+
+
+ {% for collection in collections %}
+ {{ collection.box }}
+ {% endfor %}
+ {% trans "Motifs and themes" %}
+
+
+ {% 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" %}