Basic page setup

- Add bootstrap
 - Add other pages
 - (responsive) navbar with links to each page
This commit is contained in:
bluepython508
2024-03-05 21:13:57 +00:00
parent d6ef3d511c
commit 92ad40d32d
4 changed files with 29 additions and 2 deletions

5
pages/history.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block title %}History{% endblock %}
{% block history_active %}active{% endblock %}
{% block main %}
{% endblock %}