#if( $r.isNotNull($title) )

$r.escapeHtml($title)

#end #foreach($context in $contexts)
#foreach($keyValue in $context.keyValues) #if ($foreach.index %2 == 0)
#end
$keyValue.key $r.escapeHtml($keyValue.value)
#if ($foreach.index %2 == 1)
#end #end
#end