Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 542 Bytes

README.textile

File metadata and controls

15 lines (8 loc) · 542 Bytes

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.