{#if adventure.image && adventure.image !== ''} Adventure Image {:else} No image available {/if}

{adventure.name}

{#if adventure.location && adventure.location !== ''}

{adventure.location}

{/if} {#if adventure.date && adventure.date !== ''}

{new Date(adventure.date).toLocaleDateString()}

{/if} {#if adventure.activity_types && adventure.activity_types.length > 0} {/if}
{#if type == 'visited'} {/if} {#if type == 'planned'} {/if} {#if type == 'featured'} {/if}