{% 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/0d652be22f4d6e5276e16f493ce58294655d7a0f..b86123575745cb5b1ee72018c08e34a187ec25a1:/src/wolnelektury/templates/main_page.html
diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html
index 71731b98d..f47e1d227 100644
--- a/src/wolnelektury/templates/main_page.html
+++ b/src/wolnelektury/templates/main_page.html
@@ -1,7 +1,7 @@
{% extends "base/base.html" %}
{% load latest_blog_posts from blog %}
{% load carousel from social_tags %}
-{% load static from staticfiles %}
+{% load static %}
{% load i18n catalogue_tags infopages_tags %}
{% load cache %}
{% load funding_tags %}
@@ -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" %}