{getpost assign=post postid=$postid} {assign var=title value="`$post.title` - $blogname"} {include file="header.html"}

{$post.title}

{$post.author.fullname} | {$post.posttime|date_format:s2}

{$post.body}
{$post.posttime|date_format:jim}
The trackback url for this post is {$post.trackbackurl}

Comments on this post:

{getcomments assign=comments} {foreach from=$comments item=comment}
{if $comment.deleted eq "true"} this comment has been deleted {elseif $comment.onhold}
...
Comment pending moderation
{else}
{$comment.title|nohtml}
{$comment.body|kses|nl2br}
{if $comment.type eq 'trackback'} Trackback from {$comment.author} {$comment.posted|date_format:since} • {$comment.replylink} {else}
{$comment.posted|date_format:"%Y/%m/%d"} by {$comment.author} • {$comment.websitelink} • {$comment.replylink} {/if}
Comment Trackback URL : {$comment.trackbackurl}
{/if}
{/foreach} {if $post.allowcomments}

Add Comment

( to reply to a comment, click the reply link next to the comment )

{$commentformhiddenfields}
 
Comment Title
 
Your Name:
 
Email Address: (will never be shown)
 
Website:
Make Public?
 
Comment:

Allowed XHTML tags : a, b, i, strong, code, acrynom, blockquote, abbr. Linebreaks will be converted automatically.

{else}

Comments have now been turned off for this post

{/if} {include file="side.html"} {include file="footer.html"}