UNPKG

twig

Version:

JS port of the Twig templating language.

8 lines (6 loc) 161 B
module.exports = function (Twig) { 'use strict'; Twig.Templates.registerParser('twig', params => { return new Twig.Template(params); }); };