{{! Find the featured album, if any !}}
{{#each album.albums~}}
{{#compare title '==' @root.settings.featuredAlbum}}
{{! Display its image files in the slider !}}
{{#each files~}}
{{#unless isVideo}}
{{/unless}}
{{~/each}}
{{/compare}}
{{~/each}}
{{/if}}
{{/if}}
{{#each album.albums~}}
{{! Hide the featured album from listings !}}
{{#compare title '!=' @root.settings.featuredAlbum}}