mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-02 09:39:37 -05:00
9 lines
219 B
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>
|