How to use EJS Templating in a Node.js Application
EJS, embedded javascript, is a templating language. EJS combines data and a template to produce HTML. One of the most important features in EJS is its use of partials. Partials allow you to define something once, and then apply it to any page in your...
ratracegrad.hashnode.dev9 min read