{#each TRACKS as tr (tr.id)}
{tr.kicker.toUpperCase()}

{tr.name}

{tr.blurb}

    {#each tr.examples as ex (ex)}
  • {ex}
  • {/each}
{/each}