{{! thread.mustache -- renders to a thread-*.html page, shows the entire thread template parameters: - board ( the Board Model of the board this thread was posted in ) - thread ( the Thread Model of the current thread being rendered ) Thread Model attributes: - OP , the Post Model of the original poster - Replies , a list of all the replies or empty if none - Board , the name of the Board this thread is on - BoardURL , the url that points to the board index page }} {{board.Board}} {{#sfw}} {{/sfw}} {{^sfw}} {{/sfw}} {{#thread.OP.Attachments}} {{/thread.OP.Attachments}} {{{thread.Navbar}}}
{{#sfw}}

CHANGOLIA

{{/sfw}} {{^sfw}}

CHANGOLIA

{{/sfw}} Most of the rest of the wild west.
{{thread.Board}}

{{{form}}} {{#thread.BumpLock}}
{{/thread.BumpLock}} {{^thread.BumpLock}}
{{/thread.BumpLock}} {{{thread.OP.RenderPost}}} {{#thread.Replies}} {{{RenderPost}}} {{/thread.Replies}}