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 ===== <% Arbitary Code block %> ===== Interpolate (Write-to-Page) ===== <%= Value.to.write %>