[%- USE date(format = '%a, %d-%b-%Y') -%]
[%- WRAPPER site_wrapper.html
title = Post.title
-%]
[%- Post.record_hit -%]
[% Post.title %]
[% IF ! Post.published %]
[% END %]
[% date.format(Post.ts) %] by
[% Post.author.full_name %]
[% IF scaffold.edit_post_link %]
edit post
[% END %]
[% content %]
[% INCLUDE private/post_comments.html %]
[% END %]