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

{{ section.title }}

{% include tutorials_ul.html items=section.tutorials %} {% endfor %}