systemjs-plugin-nunjucks

SystemJS`s loader plugin for Nunjucks template

Usage no npm install needed!

<script type="module">
  import systemjsPluginNunjucks from 'https://cdn.skypack.dev/systemjs-plugin-nunjucks';
</script>

README

systemjs-plugin-nunjucks License

NPM

SystemJS`s loader plugin for Nunjucks template.

Installation

$ npm install systemjs-plugin-nunjucks --save
$ jspm install systemjs-plugin-nunjucks
import fooView from 'view/foo.tpl!';

let html = fooView({a: 'xxx', b: 'yyy'});

License

MIT