Basic page setup

- Add bootstrap
 - Add other pages
 - (responsive) navbar with links to each page
This commit is contained in:
Ben Soroos
2024-03-12 11:55:56 +00:00
parent 929b14104b
commit 9ddd1de312
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 %}