class Hanami::View

A standalone, template-based view rendering system that offers everything you need to write well-factored view code.

This represents a single view, holding the configuration and exposures necessary for rendering its template.

@abstract Subclass this and provide your own configuration and exposures to define your own view

(along with a custom `#initialize` if you wish to inject dependencies into your subclass)

@api public @since 2.1.0