Description
Mustache is a logic-less templating syntax that can be used for HTML,
config files, source code, and more. It works by expanding tags in a
template using values provided in a hash or object, providing a simple
way to separate presentation from logic.