Change the whole layout to (semantic-ui-forest)
This commit is contained in:
5
templates/sidebar.html
Normal file
5
templates/sidebar.html
Normal 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>
|
||||
Reference in New Issue
Block a user