NightlyCommit / twing

First-class Twig engine for Node.js
BSD 2-Clause "Simplified" License
199 stars 23 forks source link

Add Twing usage example in Express #529

Closed bernard-ng closed 2 years ago

bernard-ng commented 3 years ago

Express gives us the possibility to create custom template engines to access the res.render method instead of specifying each time twing.render, here is an example