My Adventures
This search returned {count} results.
{#if adventures.length === 0}
{/if}
{#if currentView == 'cards'}
{#each adventures as adventure}
{/each}
{/if}
{#if next || previous}
{#each Array.from({ length: totalPages }, (_, i) => i + 1) as page}
{/each}
{/if}