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

{thread.Title}

{threadAuthor.Username}
Level {threadAuthor.Level}
{threadAuthorClass}
{threadContent}
Posted: {threadPostedTime}
{if #replyInfos > 0} {for replyInfo in replyInfos}
{replyInfo.Author.Username}
Level {replyInfo.Author.Level}
{replyInfo.AuthorClass}
{replyInfo.Content}
Posted: {replyInfo.PostedTime}
{/for} {/if} {if totalPages > 1}
{if hasPrev} {/if} Page {currentPage} of {totalPages} {if hasNext} {/if}
{/if}
{/block}