--- layout: base-with-heading --- {{{content}}} {{#each (extractUniqueTags pagination "season")}} {{#with (findPageByTag this ../collections) as |page|}} {{ page.data.title }} {{/with}} {{/each}}

Episodes

{{#each episodes}}
{{#if data.title}}{{{data.episode}}}: {{{data.title}}}{{else}}{{data.episode}}{{/if}}
{{{date this.date "MMM D, YYYY"}}}
{{/each}}