{$site.seo_name} - Credits

{$site.credits_text}

{#if $site.credits_list}
{#each $site.credits_list as { title, credits }}

{title}

{#each credits as { name, role, website }, i}
{#if website} {:else} {name} {/if}
{role}
{/each}
{/each}
{/if}