1<?php echo $entry->get_entrycontent() ?> 2 3<p> 4 <small> 5 This blog post was created <?php $entry->tpl_created("on %Y-%m-%d at %H:%M")?> by 6 <?php $entry->tpl_author()?>. 7 <?php if ($entry->has_tags()):?> 8 It is tagged with <?php $entry->tpl_tagstring("")?>. 9 <?php endif ?> 10 </small> 11</p> 12