set up web routing and templates

This commit is contained in:
evilchili
2025-09-27 16:20:08 -07:00
parent 8ec9f41b6c
commit 0ce3845a13
7 changed files with 83 additions and 16 deletions
+6
View File
@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
{% endblock %}