{{! board.mustache, displays the contents of page N of the board template parameters: - board ( the model of the current page ) - page ( the page number of the current page ) board has the properties: - Prefix ( absolute path like //site.tld/ or /path/ ) - 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 ) }} {{board.Board}} {{{board.Navbar}}}

CHANGOLIA

Most of the rest of the wild west.
{{board.Name}}

{{{form}}} {{#board.Threads}} {{#Truncate}}
{{{OP.RenderPost}}}
{{MissingPostCount}} posts excluded
{{#Replies}} {{{RenderPost}}} {{/Replies}}

{{/Truncate}} {{/board.Threads}} {{{board.Navbar}}}