diff --git a/contrib/templates/bootstrap/board.mustache b/contrib/templates/bootstrap/board.mustache
index 51621e7..8e417b3 100644
--- a/contrib/templates/bootstrap/board.mustache
+++ b/contrib/templates/bootstrap/board.mustache
@@ -18,8 +18,8 @@
-
+
{{board.Board}}
diff --git a/contrib/templates/bootstrap/thread.mustache b/contrib/templates/bootstrap/thread.mustache
index 1e1f5aa..e160708 100644
--- a/contrib/templates/bootstrap/thread.mustache
+++ b/contrib/templates/bootstrap/thread.mustache
@@ -17,8 +17,8 @@
-
+
{{thread.OP.Subject}}
diff --git a/contrib/templates/bootstrap/ukko.mustache b/contrib/templates/bootstrap/ukko.mustache
index 9ba67a8..2b70b74 100644
--- a/contrib/templates/bootstrap/ukko.mustache
+++ b/contrib/templates/bootstrap/ukko.mustache
@@ -11,8 +11,8 @@
+
-
@@ -29,10 +29,14 @@
- {{{OP.Truncate.RenderPost}}}
+
+
+ {{{OP.Truncate.RenderPost}}}
+
{{#Truncate.Replies}}
- {{{Truncate.RenderPost}}}
+
+ {{{Truncate.RenderPost}}}
+
{{/Truncate.Replies}}