{% 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/7414ad8afe4df7842dc49f65a22563c008080e43..b86123575745cb5b1ee72018c08e34a187ec25a1:/src/wolnelektury/templates/main_page.html
diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html
index 2d168c6ff..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" %}