summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authorSakamoto <me@sakamoto.network>2025-12-05 17:14:05 -0600
committerSakamoto <me@sakamoto.network>2025-12-05 17:14:05 -0600
commit35f13c2d308e7a077787af5cb5d4f03ca3d507ce (patch)
tree8ccb136d8708f502bc2c8c46f8c9231b54be6309 /templates/page.html
downloadsakamoto.network-35f13c2d308e7a077787af5cb5d4f03ca3d507ce.tar.xz
sakamoto.network-35f13c2d308e7a077787af5cb5d4f03ca3d507ce.zip
init
smolweb compliant
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html5
1 files changed, 5 insertions, 0 deletions
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 %}
+<h1>{{ page.title }}</h1>
+
+{{ page.content | safe }} {% endblock content %}