Newer
Older
#set($dotTheme = $contents.getEmptyMap())
#set($blah1 = $dotTheme.put("path", "/application/includes/"))
#dotParse("${dotTheme.path}header.vtl")
#set($url = $URLMapContent)
<h2>$url.title</h2>
<p>Date: $date.format('MM/dd/yyyy',$url.startDate) #if($url.endDate)— $date.format('MM/dd/yyyy',$url.endDate)#end </p>
#if($url.location.length() > 0)<p>Location: $url.location</p>#end
<p>$url.eventContent</p>
#dotParse("${dotTheme.path}footer.vtl")