Hamlit::Block

Hamlit extension to support capturing via yield

Installation

Add this line to your application's Gemfile:

gem 'hamlit-block'

And then execute:

$ bundle

Usage

Use Hamlit::Block::Engine instead of Hamlit::Engine. Contents inside script block is not rendered but available via yield.

See spec for detail.

For Tilt

require 'hamlit/block'

would be enough. It will override :haml registration of Tilt with Hamlit::Block::Template automatically.

License

The gem is available as open source under the terms of the MIT License.