[535f03]: / docs / _includes / docs_contents.html

Download this file

9 lines (8 with data), 213 Bytes

1
2
3
4
5
6
7
8
<div class="unit one-fifth hide-on-mobiles">
<aside>
{% for section in site.data.docs %}
<h4>{{ section.title }}</h4>
{% include docs_ul.html items=section.docs %}
{% endfor %}
</aside>
</div>