wukong-templates

A wukong plugin to render files with templates.

Usage no npm install needed!

<script type="module">
  import wukongTemplates from 'https://cdn.skypack.dev/wukong-templates';
</script>

README

wukong-templates Build Status

A wukong plugin to render files with templates using co-views.

JavaScript Usqge

var templates = require('wukong-templates');

wukong.use(templates({
  engine: 'swig',
  directory: 'templates'
));

License

MIT