    {{#each unit.nextSevenDays}}
    <p class="library-hours__date-style">{{date}}:<span class="library-hours__date-hour-style">{{hours.0.label}}</span></p>
        {{#if hours.1.label}}
            <p class="library-hours__date-style">&nbsp;<span class="library-hours__date-hour-style">{{hours.1.label}}</span></p>
        {{/if}}
    {{/each}}