{{focus-input type="text" value=keywords class="form-control mr-3 search-box" placeholder="keywords, tags"}}
{{ui/ui-button color=constants.Color.Green light=true label=constants.Label.Search onClick=(action "onSearch")}}
{{#if validSearch}} {{search/search-results results=results keywords=keywords}} {{else}}

Your search query is too short

{{/if}}