Description
Turns templates with embedded Ruby into generated text such as HTML, configuration files, or code. It is useful when an application needs dynamic output while keeping the template readable.
Templates can execute Ruby code. Never render untrusted templates, escape user data for the target format, and review where generated output is saved or displayed.