Add navigation bar

Closes: #89
This commit is contained in:
Edward Betts 2024-01-02 16:08:22 +00:00
parent aa7d7b7e6c
commit 31d5da22ac
7 changed files with 35 additions and 69 deletions

View file

@ -12,12 +12,11 @@
{% block style %}
{% endblock %}
</head>
{% from "navbar.html" import navbar with context %}
<body>
{% block content %}
{% endblock %}
{% block scripts %}
{% endblock %}
{% block nav %}{{ navbar() }}{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}
</body>
</html>