#foreach ($entry in $BLOJSOM_ENTRIES)

$entry.getTitle()

$entry.getDate()

$entry.getDescription()

#if ($BLOJSOM_COMMENTS_ENABLED.booleanValue() && $entry.supportsComments()) #end #if ($BLOJSOM_PERMALINK) #set( $blogDescription = $entry.getEscapedDescription() ) #if ($blogDescription.length() > 255 ) #set( $ellipses = "..." ) #set( $blogDescription = "$blogDescription.substring(0,252)$ellipses" ) #end #end #end
#if (!$hideCalendar)
#foreach( $downame in $BLOJSOM_CALENDAR.getShortDayOfWeekNames()) #if($downame) #end #end $BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(1,"calendarColumn")$BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(2,"calendarColumn")$BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(3,"calendarColumn")$BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(4,"calendarColumn")$BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(5,"calendarColumn")$BLOJSOM_CALENDAR_VTLHELPER.getCalendarRow(6,"calendarColumn")
$BLOJSOM_CALENDAR_VTLHELPER.getPreviousMonth()    $BLOJSOM_CALENDAR_VTLHELPER.getToday()    $BLOJSOM_CALENDAR_VTLHELPER.getNextMonth()
$downame
#end #if (!$hideNavigation) #end #if($REFERER_HISTORY && !$hideRefererHistory)
#foreach( $flavorgroup in $REFERER_HISTORY.keySet()) #set ($group = $REFERER_HISTORY.get($flavorgroup)) #if ($group.isHitCounter())
$flavorgroup hits: $group.getReferralCount()
#else
$flavorgroup referers today ($group.getReferralCount() overall)
#foreach( $refererurl in $group.keySet()) #if ( $group.get($refererurl).isToday() ) #if ($refererurl.length() < $REFERER_MAX_LENGTH.intValue())
$refererurl ($group.get($refererurl).getCount())
#else
$refererurl.substring(0,$REFERER_MAX_LENGTH.intValue()) ($group.get($refererurl).getCount())
#end #end #end
#end #end
#end