{{!-- Search results from the global website search function Related JS module(s): globalSearchResultItem.js --}} {{#each results}}
{{!-- An image is only shown for first element in the result list --}} {{~#if @first}}
{{/if}} {{!-- Result link and teaser text --}}
{{~#if siteTitle}}

{{siteTitle}}

{{/if}} {{~#if teaserText}}

{{teaserText}}

{{/if}}
{{/each}}