<div class="route-hero">
    <label class="label route-hero__label">{{from.label}}</label>
    <input type="text" id="route-hero-from" placeholder="{{from.placeholder}}" class="route-hero__from is-border-bottom" autocomplete="off" data-options="{{ jsonSerializer from.options}}" data-geotext="{{from.geolocateText}}" data-fetch-endpoint="{{from.fetchDataEndpoint}}"/>
    <div class="route-hero__list"></div>
</div>