Awesome
Sliq
Sliq integrates Slim with Liquid. This is pretty much experimental.
Links
- Source: http://github.com/slim-template/slim
- Bugs: http://github.com/slim-template/sliq/issues
- List: http://groups.google.com/group/slim-template
- API documentation:
- Latest Gem: http://rubydoc.info/gems/sliq/frames
- GitHub master: http://rubydoc.info/github/slim-template/sliq/master/frames
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 }}