UNPKG
twig
Version:
latest (3.0.0)
3.0.0
2.0.0
1.17.1
1.17.0
1.16.0
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.1
1.11.0
1.10.5
1.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
JS port of the Twig templating language.
github.com/twigjs/twig.js
twigjs/twig.js
twig
/
src
/
twig.js
10 lines
(8 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Twig.js * *
@copyright
2011-2020 John Roepke and the Twig.js Contributors *
@license
Available under the BSD 2-Clause License *
@link
https://github.com/twigjs/twig.js */
module
.
exports
= require(
'./twig.factory'
)();