Description
Renders Mustache templates in Ruby using a logic-free view model. It is useful for HTML, text, email, and configuration templates that should keep presentation separate from application logic.
Template rendering can expose user data or produce unsafe markup. Escape output for the target format and avoid rendering templates supplied by untrusted users.