From f35d7b29e00915a7068bc4e5801887aef9b5b7cb Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 18 Apr 2017 19:50:00 -0400 Subject: [PATCH] more --- contrib/templates/placebo/board.mustache | 14 ++++++++------ contrib/templates/placebo/ukko.mustache | 6 ++++-- 2 files changed, 12 insertions(+), 8 deletions(-) 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}}