/liquid-inheritance

Django-style template inheritance for the Liquid templating language

MIT LicenseMIT

Liquid Inheritance

© Dan Webb 2009 under and MIT License (see LICENSE)

This gem adds Django-style template inheritance to the Liquid templating language.

Usage

Simply install the gem then in your project:

require 'liquid-inheritance'

You then have access to the extends and block tags just like you do in Django. It works identically so for more info read the Django docs on template inheritance

That’s all folks.