diff --git a/templates/partials/tags_list.tpl b/templates/partials/tags_list.tpl
index b790d7a..3e9cf63 100644
--- a/templates/partials/tags_list.tpl
+++ b/templates/partials/tags_list.tpl
@@ -1,5 +1,5 @@
{{{each tags}}}
{{{end}}}
\ No newline at end of file
diff --git a/templates/partials/topic/tags.tpl b/templates/partials/topic/tags.tpl
index eb39bf8..c55ab8d 100644
--- a/templates/partials/topic/tags.tpl
+++ b/templates/partials/topic/tags.tpl
@@ -1,5 +1,5 @@
{{{each tags}}}
-
- {tags.valueEscaped}
+
+ {tags.valueEscaped}
{{{end}}}
\ No newline at end of file
diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl
index d9e00a8..6b50a45 100644
--- a/templates/partials/topics_list.tpl
+++ b/templates/partials/topics_list.tpl
@@ -51,14 +51,14 @@
-
+ {{{ if topics.tags.length }}}
{{{each topics.tags}}}
- {topics.tags.valueEscaped}
+ {topics.tags.valueEscaped}
{{{end}}}
•
-
+ {{{ end }}}
• {topics.user.displayname}