Change the whole layout to (semantic-ui-forest)

This commit is contained in:
2018-05-15 08:01:17 +02:00
parent 548869a472
commit afbb3d3333
168 changed files with 590 additions and 120973 deletions

5
templates/sidebar.html Normal file
View File

@@ -0,0 +1,5 @@
<div class="ui vertical blue inverted sidebar menu">
{% for entry in header_links %}
<a class="{% if entry["endpoint"] == request.endpoint %}active{% endif %} item" href="{{ entry["href"] }}">{{entry["name"]}}</a>
{% endfor %}
</div>