Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/resources/template-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ These template engines work "out-of-the-box" with Express:
- **[Twing](https://www.npmjs.com/package/twing)**: First-class Twig engine for Node.js.
- **[Sprightly](https://www.npmjs.com/package/sprightly)**: A very light-weight JS template engine (45 lines of code), that consists of all the bare-bones features that you want to see in a template engine.
- **[html-express-js](https://www.npmjs.com/package/html-express-js)**: A small template engine for those that want to just serve static or dynamic HTML pages using native JavaScript.
- **[frontobjectsjs](https://www.npmjs.com/package/frontobjectsjs)**: To write client-side code, almost like server-side languages also a pure JavaScript template engine for express.js.

The [Consolidate.js](https://github.com/tj/consolidate.js) library unifies the APIs of these template engines to a single Express-compatible API.

Expand Down