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

6
pages/visit.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block title %}Visit{% endblock %}
{% block visit_active %}active{% endblock %}
{% block main %}
{% endblock %}