<%include include/head.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}" replacement=post.sone.niceName|html>

<%include include/viewPost.html> <%/if> <%include include/tail.html>