{#if heroImageSource} {:else}
{/if}
{#if currentItem}

{currentItem.name}

{#if currentItem.productionYear} {currentItem.productionYear} {/if} {#if currentItem.communityRating} {currentItem.communityRating.toFixed(1)} {/if} {#if currentItem.officialRating} {currentItem.officialRating} {/if}
{#if currentItem.overview}

{currentItem.overview}

{/if}
{#if items.length > 1}
{#each items as _, idx} {/each}
{/if} {/if}