sendHover(true)} on:focus={() => sendHover(true)} on:mouseout={() => sendHover(false)} on:blur={() => sendHover(false)} > {#if url}
{#if title && location}
Flag of {location.country.name}

{title} - {city ? `${city}, ` : ''}{location.name}, {location.country.name}

{/if}
{:else} {/if}