diff --git a/templates/base.html b/templates/base.html
index f345c20..d045b2c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -101,7 +101,7 @@
{% endif %}
{% if DISPLAY_CATEGORIES_ON_MENU %}
-
+
- Topics:
{% for cat, null in categories %}
- {{ cat}}
@@ -121,7 +121,21 @@