About NSmarty


@authors: 	Dorin Grigoras , Max Miroshnikov.
@license: 	www.gnu.org/licenses/lgpl.html
@website:	nsmarty.stepofweb.com/

@install:	npm install nsmarty

NSmarty is a port of the Smarty Template Engine to Javascript, a JavaScript template library that supports the template syntax and all the features (functions, variable modifiers, etc.) of the well-known PHP template engine Smarty.

NSmarty is written entirely in JavaScript, does not have any DOM/DHTML/browser or third-party JavaScript library dependencies.

NSmarty supports plugin architecture, you can extend it with custom plugins: functions, blocks and variable modifiers, templates inclusion, templates inheritance and overriding, caching, escape HTML.

NSmarty allows you to use the same Smarty templates on both server and client side, for both PHP and Node.js.