theworkerant / sliq

Slim and Liquid working together.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Slim and Liquid working together.

License:MIT License


Languages

Language:Ruby 100.0%