{{#if gpj_search_results.totalHits }}
<h2>{{ gpj_search_results.totalHits }} result{{#if equals gpj_search_results.totalHits 1}}{{else}}s{{/if}}</h2>
<ul>{{#each gpj_search_results.results}}
<li><a href="{{ raw.fields.gtx_url }}">{{ raw.fields.name }}</a></li>
{{/each}}</ul>
{{else}}
<h2>No results</h2>
{{/if}}