additions from backlog

This commit is contained in:
Trilarion
2021-09-22 13:15:48 +02:00
parent f0198312b4
commit 559741621a
22 changed files with 289 additions and 184 deletions

View File

@ -9,16 +9,15 @@
{% endfor %}
</div>
</section>
{% for section in data['sections'] %}
<section class="section">
<div class="container">
<h2 id="">{{ section['title'] }}</h2>
<ul>
{% for item in section['items'] %}
<li>{{ item }}</li>
{% endfor %}
</ul>
<ul>
{% for item in section['items'] -%}
<li>{{ item }}</li>
{% endfor -%}
</ul>
</div>
</section>
{% endfor %}