Skip to content
Pierre Besson edited this page Feb 8, 2014 · 6 revisions

View helper

The view helper is use in handlebars pages. It uses handlebars. Its purpose is to add coherence and simplicity across the whole application. With helpers you can quickly write a template when it's behavior is standard.

input_for

With input for you can easily write an input inside a form see the full documentation here {{input_for "email" dataType="email" isNoLabel="true"}}

t

The t helpers stands for translation, you have to pass the translation key to the helper in order be able to display the translated word. {{t "application.name"}}

Clone this wiki locally