Description
Lets Ruby web projects write HTML templates with a compact indentation-based syntax. It is useful for views that should be easier to scan than raw HTML while still generating standard markup.
Template languages can introduce output-escaping mistakes. Escape user data for HTML, review generated markup, and avoid rendering templates from untrusted sources.