Files
ResInsight/_includes/project_contents.html

9 lines
219 B
HTML

<div class="unit one-fifth hide-on-mobiles">
<aside>
{% for section in site.data.project %}
<h4>{{ section.title }}</h4>
{% include project_ul.html items=section.docs %}
{% endfor %}
</aside>
</div>