My Adventures
This search returned {count} results.
{#if adventures.length === 0}
{/if}
{#each adventures as adventure}
{/each}
{#if totalPages > 1}
{#each Array.from({ length: totalPages }, (_, i) => i + 1) as page}
{#if currentPage != page}
{:else}
{/if}
{/each}
{/if}