wip: programme
This commit is contained in:
9
build/lib/thsf/templates/navbar.html
Normal file
9
build/lib/thsf/templates/navbar.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div id="navbar_wrapper">
|
||||
{% for item in navbar %}
|
||||
<i class="button tooltip black {{ item['classes'] }}"
|
||||
title="{{item['name']}}"
|
||||
alt="{{item['name']}}"
|
||||
onclick="document.location='{{item['url']}}'">
|
||||
<span class="tooltiptext thin">{{item['name']}}</span>
|
||||
</i>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user