<div class="form-group">
<div class="position-relative">
<label for="keyword" class="form-control-label floating-label">{{ labelText }}</label>
<input type="text" id="keyword" class="form-control js-floating-label js-filter-form__input js-filter-form__input--no-filter"
name="keyword" placeholder="{{ placeholder }}" value="{{ app.getRequest().get('keyword') | escape("url") }}"/>
</div>
</div>