<div id="reservesToc" role="navigation" aria-label="Reserves Table of Contents">
  <ul class="nav nav-pills nav-stacked split-button-nav">
    {{#each this}}
      {{#each Courses}}
        <li>
          <a href="#course-{{Id}}">{{CourseFormatted}}: {{Name}} {{#if Instructor}}({{Instructor}}){{/if}}</a>
        </li>
      {{/each}}
    {{/each}}
  </ul>
</div>
