{#if adventure.imageUrl && adventure.imageUrl.length > 0}
{/if}
{adventure.name}
{#if adventure.location && adventure.location !== ""}
{adventure.location}
{/if} {#if adventure.date && adventure.date !== ""}
{adventure.date}
{/if} {#if adventure.activityTypes && adventure.activityTypes.length > 0}
{#each adventure.activityTypes as activity}
{activity}
{/each}
{/if}
{#if type == "mylog"}
{/if} {#if type == "planner"}
{/if} {#if type == "featured"}
{/if} {#if type == "trip"}
{/if}