{#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 noTrips}
Lost

No Trips Found

There are no trips to display. Please try again later.

{/if} {#if trips && !notFound}
{#each trips as trip (trip.id)} {/each}
{/if}