{#if theme.featured === true}
{/if}
{#if menuOpen}
{/if}
{theme.name}
{#if theme.author}
By {theme.author}
{/if}
{displayDownloadCount.toLocaleString()}
{(theme.favorite_count ?? 0).toLocaleString()}
{#if gridRotatorUrls.length === 0}
{:else if !allowSlideAutoplay || gridRotatorUrls.length === 1}
{:else}
{#key gridEmblaKey}
{#each gridRotatorUrls as url (url)}
{/each}
{/key}
{/if}