macro.vm 122 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #macro(noescape $value) #if($!{value.length()} > 0) #set($html="noescape/" + $!{value} ) $!html #end #end