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

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 %}