Snowman includes and supports the [[http://underscorejs.org/|Underscore.js library]]. Template code can be used through the use of the "<%" and "%>" symbols for arbitrary code and the "<%=" for interpolating (writing a value directly to the document).

===== Underscore Template Usage =====
<code>
<% Arbitary Code block %>
</code>

===== Interpolate (Write-to-Page) =====
<code>
<%= Value.to.write %>
</code>


