Sha256: 02edd5d45213f6b6b974518d362dce0ccbc194bbed64f269a7235a3804c05f6c
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
# Liquid::Render This gem is simply a backport of code from the master branch of the [Liquid gem](https://github.com/shopify/liquid) to bring support for the `render` tag to Liquid v4.0.3 (the current version released on Rubygems). ## Installation ```ruby # Gemfile gem 'liquid' gem 'liquid-render-tag' ``` Then require `liquid-render-tag` right after you require `liquid`. ## Usage Information about the `render` tag can be found in [Shopify's Liquid Reference](https://shopify.dev/docs/themes/liquid/reference/tags/theme-tags#render). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquid-render-tag-0.2.0 | README.md |
liquid-render-tag-0.1.0 | README.md |