mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
liquid-spec main changed the adapter API: - compile block now receives (ctx, source, options) and should store the template in ctx[:template] - render block now receives (ctx, assigns, options) and retrieves the template from ctx[:template] Co-Authored-By: Claude Opus 4.5 <[email protected]>