{#if descriptionHtml}
{@html descriptionHtml}
{/if} {#if withUrl.length === 0}

{t(T.image_gallery_empty)}

{:else if block.variant === "grid"} {#if block.title}
{/if} {#if modalOpen} {@const cur = withUrl[modalIndex]} {@const curLabel = imageLabel(cur.img)} {/if} {:else if withUrl.length === 1}
{#if withUrl[0].img.description}
{withUrl[0].img.description}
{/if}
{:else}
{#key currentIndex} {@const current = withUrl[currentIndex]}
{#if current.img.description}
{current.img.description}
{/if}
{/key}
{#each withUrl as _, i} {/each}
{/if}