Sure, I mean helpers for the template/view that make it easier (syntax, data binding, validations) to render a HTML form widget. Instead of defining your form as a unit in app code, you manage the form fields in the view/template. For my money, this is much more intuitive and flexible.
It's common in other web frameworks. At least Codeigniter, Ruby on Rails, and ASP.NET MVC use this approach: