spritz-jstemplate

0.1.2 • Public • Published

spritz-jstemplate - A JSTemplate templating module for Spritz web framework

How to use

var
    spritz = require('spritz');

// Use it!
spritz.use(require('spritz-jstemplate'));

// On a route
spritz.on('/',function(req,res){
    spritz.template(req,res,'file',{my:'args'},200,{'content-type':'text/html; charset=UTF-8'});
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    8
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i spritz-jstemplate

Weekly Downloads

8

Version

0.1.2

License

Copyleft

Last publish

Collaborators

  • doliveira