commissions/templates/navigation-bar.html.j2

15 lines
372 B
Django/Jinja
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 %}