diff --git a/contrib/templates/placebo/board.mustache b/contrib/templates/placebo/board.mustache index e763235..1811f2a 100644 --- a/contrib/templates/placebo/board.mustache +++ b/contrib/templates/placebo/board.mustache @@ -10,7 +10,7 @@ - Board ( the name of the board ) - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) - }} + }} @@ -27,15 +27,17 @@ decentralized and distributed
{{Board.Name}}
- {{{Postform}}} + {{{form}}} {{#Threads}} + {{#Truncate}}
- {{{OP.RenderPost}}} - {{#Replies}} - {{{RenderPost}}} - {{/Replies}} + {{{OP.RenderPost}}} + {{#Replies}} + {{{RenderPost}}} + {{/Replies}}

+ {{/Truncate}} {{/Threads}}