Sliq

Gem Version Build Status Dependency Status Code Climate Gittip donate button Flattr donate button

Sliq integrates Slim with Liquid. This is pretty much experimental.

Try it yourself

You currently have to use the Tilt template class manually.

Syntax example:

% for product in products
 li
   h2 {{product.title}}
   | Only {{ product.price | format_as_money }}
   p {{ product.description | prettyprint | truncate: 200  }}