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

{thread.Title}

{threadAuthor.Username}
Level {threadAuthor.Level}
{threadAuthor.Class().Name}
{md(thread.Content)}
Posted: {thread.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{if #replyInfos > 0} {for replyInfo in replyInfos}
{replyInfo.Author.Username}
Level {replyInfo.Author.Level}
{replyInfo.Author.Class().Name}
{markdown(replyInfo.Post.Content)}
Posted: {replyInfo.Post.PostedTime().Format("Jan 2, 2006 3:04 PM")}
{/for} {/if} {if totalPages > 1}
{if hasPrev} {/if} Page {currentPage} of {totalPages} {if hasNext} {/if}
{/if}
{/block}