added Stufff
This commit is contained in:
19
templates/_navbar.html
Normal file
19
templates/_navbar.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<nav class="navbar">
|
||||
<div class="navbar-container">
|
||||
<a href="{{ url_for('index') }}">
|
||||
<img src="https://www.tu-braunschweig.de/fileadmin/Logos_Einrichtungen/Institute_FK5/logo_IFN.svg"/>
|
||||
</a>
|
||||
|
||||
<div class="navbar-middle">
|
||||
|
||||
<h1>
|
||||
{% if current_dir %}
|
||||
{{ current_dir }}
|
||||
{% else %}
|
||||
All Notebooks
|
||||
{% endif %}
|
||||
</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
Reference in New Issue
Block a user