UNPKG

snk

Version:

Sneak a peek at your markdown.

9 lines (7 loc) 238 B
var hogan = require('hogan.js'); var fs = require('fs'); var path = require('path'); var template = fs.readFileSync(path.join(__dirname, 'template.html'), { encoding: 'utf8' }); var compiled = module.exports = hogan.compile(template);