Files
ResInsight/_includes/project_contents.html
2019-08-27 10:44:12 +02:00

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>