commissions/templates/navigation-bar.html.j2

15 lines
372 B
Plaintext
Raw Permalink Normal View History

2020-10-05 17:49:46 +01:00
{% block nav %}
<nav class="nav">
<div class="nav-left">
<a class="brand" href="/">
<img src="https://assets.pup.cloud/img/maffsie_awoo.svg" height=150 alt="" />
p.c Commissions
</a>
<div class="tabs">
<a href="/">Home</a>
<a href="/add"> Add</a>
<a href="/completed">Completed</a>
</div>
</div>
</nav>
{% endblock %}