Description
Renders Liquid templates in Ruby for applications that let users or site owners customize output safely. It is useful for storefronts, static sites, CMS features, and notification templates.
Liquid is safer than executing Ruby, but configuration still matters. Limit exposed objects, escape output for the target format, and test templates created by non-developers.