#parse( "shrubbery-header.vm" ) #parse( "shrubbery-categories.vm" ) #set( $totalEntries = 0) #foreach ($entry in $BLOJSOM_ENTRIES)

$entry.getTitle() [Permalink]

$entry.getDate()

$entry.getDescription()

Comments on this entry

#foreach ($entryComment in $entry.getComments())
Comment by: #if ($entryComment.getAuthorEmail().length() > 0) #end $entryComment.getAuthor() #if ($entryComment.getAuthorEmail().length() > 0) #end #if ($entryComment.getAuthorURL().length() > 0) - $entryComment.getAuthorURL() #end
Left on: $entryComment.getCommentDate()

$entryComment.getComment()
#end #set( $totalEntries = $totalEntries + 1) #if ($BLOJSOM_COMMENTS_ENABLED.booleanValue() && $entry.supportsComments())
Author:
E-mail (optional):
URL: (optional)
Comment:
Remember me?
#end #end #if ($totalEntries > 0) #parse( "shrubbery-categories.vm" ) #end #parse( "shrubbery-pbb.vm" )