%include include/head.html>
view-post
<% post.id|html>
<%ifnull post.sone>
<%= Page.ViewPost.Page.TitleUnknownSone|l10n|html>
<%= Page.ViewPost.Text.UnknownPost|l10n|html>
<%else>
<%= Page.ViewPost.Page.Title|l10n|replace needle="{sone}" replacementKey=post.sone.niceName|html>
<%include include/viewPost.html>
<%/if>
<%include include/tail.html>