Liquid::Render

This gem is simply a backport of code from the master branch of the Liquid gem to bring support for the render tag to Liquid v4.0.3 (the current version released on Rubygems).

Installation

# 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.

License

The gem is available as open source under the terms of the MIT License.