# swig-nodejs **Repository Path**: mirrors/swig-nodejs ## Basic Information - **Project Name**: swig-nodejs - **Description**: Take a swig of the best template engine for JavaScript. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-03 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NOT MAINTAINED ==== Fork and use at your own risk. Swig [](http://travis-ci.org/paularmstrong/swig) [](https://gemnasium.com/paularmstrong/swig) [](https://www.npmjs.org/package/swig) [](https://www.npmjs.org/package/swig) ==== [Swig](http://paularmstrong.github.io/swig/) is an awesome, Django/Jinja-like template engine for node.js. Features -------- * Available for node.js **and** major web browsers! * [Express](http://expressjs.com/) compatible. * Object-Oriented template inheritance. * Apply filters and transformations to output in your templates. * Automatically escapes all output for safe HTML rendering. * Lots of iteration and conditionals supported. * Robust without the bloat. * Extendable and customizable. See [Swig-Extras](https://github.com/paularmstrong/swig-extras) for some examples. * Great [code coverage](http://paularmstrong.github.io/swig/coverage.html). Need Help? Have Questions? Comments? ------------------------------------ * [Mailing List/Google Group](http://groups.google.com/forum/#!forum/swig-templates) * [StackOverflow](http://stackoverflow.com/questions/tagged/swig-template) * [Migration Guide](https://github.com/paularmstrong/swig/wiki/Migrating-from-v0.x.x-to-v1.0.0) Installation ------------ npm install swig Documentation ------------- All documentation can be viewed online on the [Swig Website](http://paularmstrong.github.io/swig/). Basic Example ------------- ### Template code ```html