Practical insight from the Hanami View refactor: by decorating the form hash with a RegistrationFormPart that defines an `errors(name)` method, templates never have to deal with nil or call `to_a` — the decorator guarantees the shape (always an array). Encapsulating these small guarantees in Ruby objects keeps templates readable and the logic unit-testable.