From 73b06c31b505d1a0f2e4035c7daab0df49a25d3b Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Mar 2026 12:54:35 -0500 Subject: implement basic nav bar --- templates/page.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/page.html (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..88c852e --- /dev/null +++ b/templates/page.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +{{ section.content | safe }} +{% endblock content %} + -- cgit v1.2.3