{{#with currentlyPlaying}}
{{ localize "PLAYLIST.CurrentlyPlaying" }}
    {{#each groups}} {{#if isSoundscape}} {{> "modules/the-sound-of-silence/templates/sos-soundscape-group.hbs" }} {{else}} {{#each sounds}} {{> "modules/the-sound-of-silence/templates/sos-sound-partial.hbs" }} {{/each}} {{/if}} {{/each}}
{{/with}}