Description
Compiles template languages into Ruby-friendly output through a shared framework. It is useful for template engines such as Slim and tools that need reusable parsing and code-generation pieces.
Template compilation can affect HTML escaping and generated code. Review engine settings and never compile templates supplied by untrusted users without strict controls.