UNPKG

marko-real-state

Version:

Marko (v3) Real State ===========================

7 lines (6 loc) 225 B
var template = require('./template.marko'); module.exports = function (input, out) { // Just render the template to the provided output stream // using the provide template data... template.render(input, out); };