Newer
Older
#set($dotTheme = $contents.getEmptyMap())
#set($blah1 = $dotTheme.put("path", "/application/includes/"))
#dotParse("${dotTheme.path}header.vtl")
<h2>$!URLMapContent.title</h2>
#if($!URLMapContent.image.name.length() > 0)
<div>
<img src="$!URLMapContent.image.getResizeUri(300, auto)">
<p>$!URLMapContent.caption</p>
</div>
#end
<p>$!URLMapContent.story</p>
#dotParse("${dotTheme.path}footer.vtl")