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

$entry.getTitle() [Permalink]

$entry.getDate()

$entry.getDescription()
#if ($BLOJSOM_COMMENTS_ENABLED.booleanValue() && $entry.supportsComments())Comments [$entry.getNumComments()] | #end Trackbacks [$entry.getNumTrackbacks()]
#set( $totalEntries = $totalEntries + 1) #end #if ($totalEntries > 0) #parse( "shrubbery-categories.vm" ) #end #parse( "shrubbery-pbb.vm" )