<div class="form-item ">
<label for="type-email-1">
Input type email
<em>(Required)</em>
</label>
<input type="email" id="type-email-1" value="">
</div>
{{#> @form-item}}
{{> @input}}
{{/ @form-item}}
{
"label": "Input type email",
"id": "type-email-1",
"help-msg": "(Required)",
"type": "email"
}
form-item-input gives the <input> element and the accompanying <label> a container with the following properties:
<input> element within its container (useful for putting inside more complex layouts, like a grid)