{if $Template->getAttribute('content-header')} {$Site->getAttribute('title')} {if $Site->getAttribute('short')} {$Site->getAttribute('short')} {/if} {/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')} {$Site->getAttribute('content')} {/if} {foreach $events as $event} {$event->getStartDate()->format("d")} {$event->getStartDate()->format("M")} {$event->getTitle()} {$event->getDescription()} {/foreach}