UNPKG

twig

Version:

JS port of the Twig templating language.

8 lines (6 loc) 155 B
module.exports = function (Twig) { 'use strict'; Twig.Templates.registerParser('source', params => { return params.data || ''; }); };