Sha256: 15f3100b70992195dc5b0b2321fef5880dd3164f3bdf18e780cb69e887ad913d
Contents?: true
Size: 1.51 KB
Versions: 3
Compression:
Stored size: 1.51 KB
Contents
# Sliq [](http://rubygems.org/gems/sliq) [](http://travis-ci.org/slim-template/sliq) [](https://gemnasium.com/slim-template/sliq) [](https://codeclimate.com/github/slim-template/sliq) [](https://www.gittip.com/min4d/ "Donate weekly to this project using Gittip") [](https://flattr.com/submit/auto?user_id=min4d&url=http%3A%2F%2Fsliq-lang.org%2F "Donate monthly to this project using Flattr") Sliq integrates [Slim](http://slim-lang.com) with [Liquid](http://liquidmarkup.org/). 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 }} ~~~
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sliq-0.0.3 | README.md |
sliq-0.0.2 | README.md |
sliq-0.0.1 | README.md |