<div class="form-item ">
<label for="type-text-1">
Input type text
</label>
<input type="text" id="type-text-1" value="">
</div>
{{#> @form-item}}
{{> @input}}
{{/ @form-item}}
{
"label": "Input type text",
"id": "type-text-1"
}
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)