Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.52 KB

File metadata and controls

29 lines (21 loc) · 1.52 KB

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.

Links

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  }}