From 35f13c2d308e7a077787af5cb5d4f03ca3d507ce Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Fri, 5 Dec 2025 17:14:05 -0600 Subject: init smolweb compliant --- templates/page.html | 5 +++++ 1 file changed, 5 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..4da2946 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} {% block title %} {{page.title}} {% endblock title %} +{% block content %} +

{{ page.title }}

+ +{{ page.content | safe }} {% endblock content %} -- cgit v1.2.3