% var async = require('async'); async.waterfall([ function (callback) { //dummy function to show we can use any module with JsStencil //we render a header here %>
<% require('./header.jss'); %>Value of I = <%= htmlentities(i.toString()) %> - RandomInt(100,200) = <%= htmlentities(randomInt(100, 200).toString()) %>
<% } %>