{#snippet image()} {/snippet}
onhover(true)} onfocus={() => onhover(true)} onmouseout={() => onhover(false)} onblur={() => onhover(false)} role="presentation" > {#if url}
{@render image()} {#if title && location}
Flag of {location.country.name}

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

{/if}
{:else} {@render image()} {/if}