



HTML templater: A template library that's designed specifically for generating HTML.a library that implements view functionality, and potentially also a custom language for specifying it (like Pug does). View engine: Also called a "template library" or "templater", ie.View: Also called a "template", a file that contains markup (like HTML) and optionally additional instructions on how to generate snippets of HTML, such as text interpolation, loops, conditionals, includes, and so on.
