Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.13k stars 1.39k forks source link

Add a way to use slots / render children in snippets #1829

Open nboliver-ventureweb opened 1 month ago

nboliver-ventureweb commented 1 month ago

Using capture is cumbersome and hard to read. There should be a way to wrap markup in a liquid tag and have it render the children, similar to a React component.