<%= Page.ViewPost.Page.Title|l10n|insert needle="{sone}" key=post.sone.niceName|html>

<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
<%foreach post.replies reply>
<% reply.text|html>
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
<%/foreach>