14 lines
229 B
Handlebars
14 lines
229 B
Handlebars
<div class="prompt">
|
|
<label
|
|
for="{{id}}"
|
|
>
|
|
{{ label }}
|
|
</label>
|
|
<input
|
|
type="{{ inputType }}"
|
|
id="{{ id }}"
|
|
name="{{ key }}"
|
|
{{ valueAttribute }}="{{ defaultValue }}"
|
|
{{#if autofocus}}autofocus{{/if}}
|
|
>
|
|
</div>
|