{{!-- Search results from the global website search function Related JS module(s): globalSearchResultItem.js --}} {{#each results}} {{~#compare _docType '!==' 'contact'}}
{{!-- 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}}
{{/compare}} {{~#compare _docType '===' 'contact'}}
{{!-- Contact image --}}
{{!-- Contact details --}}
{{~#if jobTitle}}
{{jobTitle}}
{{/if}} {{~#if name}}

{{name}}

{{/if}}

{{~#if phoneNumber}} {{phoneNumber}} {{/if}} {{~#if email}} {{email}} {{/if}}

{{/compare}} {{/each}}