{#if hasAny displayResults} {#each displayResults}

{title} {#if subtitle} in {subtitle} {/if}
{#if hasAny tags} {#each tags} {text} {/each} {/if}

{description}
{/each} {else if noResults}

There are no results for "{searchTerm}".

{else}

Enter a search term above to see results...

{/if}