this is probably a broken commit

This commit is contained in:
2023-04-12 09:35:18 -07:00
parent 8afef87a56
commit fe41c19182
38 changed files with 1163 additions and 32 deletions

5
templates/index.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block title %}Home Page{% endblock %}
{% block content %}
<h1>Home Page</h1>
{% endblock %}