# SYNOPSIS

HTML helper code. But simpler.

require 'fugleman'

# and inside your Sinatra app

helpers Fugleman::Helpers

# and then: 
input_tag :text, :foo     # => <input type="text" name="foo" />
...

# LICENSING

Some of the code in here started its life out as part of padrino-helpers. It was then copied and heavily modified. This means that we take the blame for all the bugs and the praise for none of the features.

MIT, © Technology Astronauts 2014