{% for section in site.data.contents %}

{{ section.title }}

{% include contents_ul.html items=section.docs %} {% endfor %}