diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache
index b58713f..1bc5a4b 100644
--- a/contrib/templates/default/board.mustache
+++ b/contrib/templates/default/board.mustache
@@ -40,11 +40,29 @@
{{#board.Threads}}
- {{{OP.Truncate.RenderPost}}}
- {{#Truncate.Replies}}
- {{{Truncate.RenderPost}}}
- {{/Truncate.Replies}}
+
+ {{{OP.RenderTruncatedPost}}}
+
+ {{#Truncate}}
+ {{#Replies}}
+
+ {{{RenderTruncatedPost}}}
+
+ {{/Replies}}
+
+
+ {{MissingPostCount}} posts excluded
+ {{MissingImageCount}} images excluded
+
+
+ {{/Truncate}}
{{/board.Threads}}