reggi / shopify

Just a place to track issues and feature requests that I have for shopify
3 stars 1 forks source link

Extend capture to utilize custom filters #11

Open reggi opened 9 years ago

reggi commented 9 years ago
{% capture intro with "greeting" %}
  {{ greeting }} World!
{% endif %}

{{ intro | greeting: "Hello" }}

{{ intro }} // Hello World!