mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03: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.