README
XOU-SERVER
HTML-Template strings for the server.
This module has been exctracted from Nanohtml.
Install
$ npm install xou-server
Usage
const xouServer = require('xou-server');
const time = xouServer`<span>Time: ${ (new Date()).toUTCString() }</span>`;
License
MIT © Tobias Herber