Description
Semantic text templates can be built with a JavaScript library that separates presentation from data. It is useful for developers generating HTML, emails, documentation, or other structured text.
Template output is only as safe as the data and escaping rules used. Review untrusted input handling before rendering content into web pages or messages.