Liquid.Coffee Template Engine

dark overlord of data

Liquid Coffee Template Engine


Liquid.coffee was ported from a fork of liquid 2.2.2, after which the following additions were made:

Liquid Inheritance tags
  • block
  • extend
Liquid3 tags
  • break
  • continue
  • decrement
  • increment

This library was created as a plugin for huginn and named huginn-liquid. It is still available on npmjs.org under that name. This site was generated with huginn using liquid.coffee. Since then, I've added a browserified distribution under the name liquid.coffee.js, which is suitable for use in single page apps. Examples of this usage can be found in the Frodo app.


Install


$ cd <project name>
$ npm install liquid.coffee --save

Test


$ npm install liquid.coffee
$ npm test

Make the browser distribution


$ npm install liquid.coffee
$ cake build:src