No commit activity in last 3 years
No release in over 3 years
Adds Django style template inheritance to Liquid
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.