2007-09-07 00:33:58 +02:00
<% include BlogSideBar %>
<div id= "BlogContent" class= "typography" >
<% include BreadCrumbs %>
<div class= "blogEntry" >
<h2>$Title</h2>
<p class= "authorDate" >Posted by $Author . XML on $Date . Long | $Comments . Count Comments</p>
<% if Tags %>
<p class= "tags" >
Tags:
<% control Tags %>
2007-11-23 09:38:14 +01:00
<a href= "$Link" title= "View all posts tagged '$Tag'" rel= "tag" >$Tag</a><% if Last %><% else %>,<% end_if %>
2007-09-07 00:33:58 +02:00
<% end_control %>
</p>
<% end_if %>
2007-12-11 23:13:19 +01:00
<p>$ParsedContent</p>
2007-09-07 00:33:58 +02:00
<br />
</div>
<% if CurrentMember %><p><a href= "$EditURL" id= "editpost" title= "Edit this post" >Edit this post</a> | <a href= "$Link(unpublishPost)" id= "unpublishpost" >Unpublish this post</a></p><% end_if %>
$PageComments
2007-11-23 09:38:14 +01:00
</div>