Description
Renders ERB-style templates with a compact Ruby implementation. It is useful for frameworks and applications that need fast template rendering without depending on the full ERB behavior.
Template rendering can create security problems when user data is not escaped. Match escaping to the output format, and do not execute templates supplied by untrusted users.