{#if type === 'mylog'}
{name}
{#if location !== ""}
{location}
{/if} {#if created !== ""}
{created}
{/if}
Edit
Remove
{/if} {#if type === 'featured'}
{name}
{#if location!=""}
{location}
{/if}
Add
{/if}