mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
An isolated subcontext inherits the environment, filters, and static registers of its supercontext, but with a fresh (isolated) scope. This will pave the way for adding the `render` tag, which renders templates in such a subcontext.