danwrong / liquid-inheritance

Django-style template inheritance for the Liquid templating language

Home Page:http://github.com/danwrong/liquid-inheritance/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Django-style template inheritance for the Liquid templating language

http://github.com/danwrong/liquid-inheritance/

License:MIT License