Code layout change.
[wolnelektury.git] / src / catalogue / templates / catalogue / tag_list_split.html
diff --git a/src/catalogue/templates/catalogue/tag_list_split.html b/src/catalogue/templates/catalogue/tag_list_split.html
new file mode 100644 (file)
index 0000000..cb7ab26
--- /dev/null
@@ -0,0 +1,10 @@
+{% load i18n %}
+{% if books %}
+<p>{% trans "Literature" %}:</p>
+<div>{{books|safe}}</div>
+{% endif %}
+
+{% if pictures %}
+<p>{% trans "Gallery" %}:</p>
+<div>{{pictures|safe}}</div>
+{% endif %}