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

View File

@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block title %}Home{% endblock %}
{% block home_active %}active{% endblock %}
{% block main %}
<h1>Some body content</h1>
{% endblock %}