{{#input.text}}
<div class="hoo-input-group">
    <div id="suffix-label-{{ getLastId }}" class="hoo-input-prefix">{{ inputPrefix }}</div>
    <input class="hoo-input-text" {{#type}}type="{{this}}" {{/type}} {{#if (getLastId)}}id="{{ getLastId }}" {{/if}}
        placeholder="{{ placeholder }}" {{#ifCond descRef '||' errorRef}} aria-labelledby="suffix-label-{{ getLastId }}"
        aria-describedby="{{#if descRef}}{{descRef}}-{{getLastId}}{{/if}} 
        {{#if errorRef}}{{errorRef}}-{{ getLastId }}{{/if}}" {{/ifCond}} {{{ html-props }}}>
</div>
{{/input.text}}