module Hanami::View::ERB

Hanami::View ERB template renderer for Tilt.

The key features of this ERB implementation are:

See [Tilt](github.com/rtomayko/tilt) for rendering options.

@example

Hanami::View::ERB::Template.new { "<%= 'Hello, world!' %>" }.render

@api private @since 2.1.0