sendHover(true)} on:focus={() => sendHover(true)} on:mouseout={() => sendHover(false)} on:blur={() => sendHover(false)} > {#if url}
{#if title && location}
{title} - {city ? `${city}, ` : ''}{location.name}, {location.country.name}
{/if}
{:else}
{/if}