Description
Renders Slim templates into HTML with a compact indentation-based syntax. It is useful for Ruby web apps that want concise views while keeping templates readable.
Template rendering can introduce XSS when user data is not escaped correctly. Test generated HTML and avoid rendering templates from untrusted sources.