Description
HTML templates can be written with a whitespace-sensitive JavaScript template language that keeps markup concise. It is useful for developers maintaining projects that use Jade/Pug-style templating.
Template engines render data into pages, so escaping and untrusted input handling matter. Review output rules before using user-provided content in generated HTML.