jaysylvester / citizen

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
MIT License
100 stars 7 forks source link

Default to template literals for view rendering #102

Closed jaysylvester closed 6 months ago

jaysylvester commented 3 years ago

Way back in the day, the earliest version of citizen rendered views using template literals before consolidate was added.

Might be a good idea to go back to template literals as the default and letting devs install consolidate along with their preferred template engine. That will eliminate both consolidate and Handlebars (the current default template engine) as dependencies.