{#if title || dek || searchable} {/if} {#each includedFields as field} {/each} {#each currentPageData as item, idx} {#each includedFields as field} {/each} {/each} {#if searchable && searchText && currentPageData.length === 0} {/if} {#if notes || source} {#if notes} {/if} {#if source} {/if} {/if}
{#if title}
{@html title}
{/if} {#if dek}
{@html dek}
{/if} {#if searchable || filterList}
{#if filterList}
{field} {#if sortable && sortableFields.includes(field)}
{/if}
{@html formatValue(item, field)}
No results found for "{searchText}"
{@html notes}
{@html source}
{#if truncated && data.length > truncateLength} {/if} {#if paginated} {/if}