-    <section id="main-last">
-        <h1><a href="{% url 'recent_list' %}">{% trans "Recent publications" %}</a></h1>
+    <section class="tag-box-section">
+        <h1>Gatunki</h1>
+      <a class="tag-box" href="{{ genre.get_absolute_url }}">
+      {% ssi_include "catalogue_tag_box" pk=genre.pk %}
+      </a>
+        <a class="more" href="{% url 'genre_catalogue' %}">Zobacz katalog gatunków</a>
+    </section>
+
+    <section class="tag-box-section">
+        <h1>Rodzaje</h1>
+      <a class="tag-box" href="{{ kind.get_absolute_url }}">
+      {% ssi_include "catalogue_tag_box" pk=kind.pk %}
+      </a>
+        <a class="more" href="{% url 'kind_catalogue' %}">Zobacz katalog rodzajów</a>
+    </section>
+
+    <section class="tag-box-section">
+        <h1>Epoki</h1>
+      <a class="tag-box" href="{{ epoch.get_absolute_url }}">
+      {% ssi_include "catalogue_tag_box" pk=epoch.pk %}
+      </a>
+        <a class="more" href="{% url 'epoch_catalogue' %}">Zobacz katalog epok</a>
+    </section>
+    {% endcomment %}
+
+    {% if collection %}
+        <section>
+            <h1>Kolekcje</h1>
+            {% ssi_include 'catalogue_collection_box' pk=collection.pk %}
+            <a class="more" href="{% url 'catalogue_collections' %}">Zobacz katalog kolekcji</a>
+        </section>
+    {% endif %}
+
+    <section>
+        <h1>{% trans "Recent publications" %}</h1>