{#if notFound}
Lost

Adventure not Found

The adventure you were looking for could not be found. Please try a different adventure or check back later.

{/if} {#if !adventure && !notFound}
{/if} {#if adventure} {#if adventure.name}

{adventure.name}

{/if} {#if adventure.location}

{adventure.location}

{/if} {#if adventure.date}

Visited on: {adventure.date}

{/if} {#if adventure.rating !== undefined && adventure.rating !== null}
{#each Array.from({ length: 5 }, (_, i) => i + 1) as star} {/each}
{/if} {#if adventure.description}

{adventure.description}

{/if} {#if adventure.link}
Visit Website
{/if} {#if adventure.activity_types && adventure.activity_types.length > 0}

Activities: 

{/if} {#if adventure.image}
Adventure Image
{/if} {/if}