Sha256: 1010c389cad4874d9921945639b0debaf07fb8636ffc11cd4f19fc0861c7848f
Contents?: true
Size: 472 Bytes
Versions: 4
Compression:
Stored size: 472 Bytes
Contents
# Hamlit::Block Hamlit extension to support capturing via yield ## Installation Add this line to your application's Gemfile: ```ruby gem 'hamlit-block' ``` And then execute: $ bundle ## Usage Basically the same as Hamlit. `require 'hamlit/block'` may be necessary. Contents inside script block is not rendered but available via `yield`. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hamlit-block-0.3.1 | README.md |
hamlit-block-0.3.0 | README.md |
hamlit-block-0.2.0 | README.md |
hamlit-block-0.1.0 | README.md |