{include "layout.html"} {block "content"}

{thread.Title}

OP - {thread.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{md(thread.Content)}
{thread.AuthorUsername}
Level {thread.AuthorLevel} {thread.AuthorClass}
{if #replies > 0} {for reply in replies}
{reply.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{md(reply.Content)}
{reply.AuthorUsername}
Level {reply.AuthorLevel} {reply.AuthorClass}
{/for} {/if} {if totalPages > 1}
{if hasPrev} {/if} Page {currentPage} of {totalPages} {if hasNext} {/if}
{/if}
{csrf}
{/block}