UNPKG

122 BJavaScriptView Raw
1var template = require('./template')
2 , html = template({ youAreUsingJade : true });
3
4document.body.innerHTML = html;
\No newline at end of file