5-72

5-72.com helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

toc-item.html (454B)


      1 {#-
      2   This file was automatically generated - do not edit
      3 -#}
      4 <li class="md-nav__item">
      5   <a href="{{ toc_item.url }}" class="md-nav__link">
      6     {{ toc_item.title }}
      7   </a>
      8   {% if toc_item.children %}
      9     <nav class="md-nav" aria-label="{{ toc_item.title }}">
     10       <ul class="md-nav__list">
     11         {% for toc_item in toc_item.children %}
     12           {% include "partials/toc-item.html" %}
     13         {% endfor %}
     14       </ul>
     15     </nav>
     16   {% endif %}
     17 </li>