From 588919965350beefc08d8e382de727eb21295b0a Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 13 Mar 2024 05:32:02 -0500 Subject: march 13th, 2024 this is what was published on the 10th, here. https://amble.quest/notice/AfhzCKhLrynnNg5Qsi --- templates/base.html | 25 +++++++++++++++++++++++++ templates/minimal.html | 3 +++ templates/post.html | 11 +++++++++++ 3 files changed, 39 insertions(+) create mode 100644 templates/base.html create mode 100644 templates/minimal.html create mode 100644 templates/post.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..30c7a45 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,25 @@ + + + + + + + + + + {title} + + + {%pattern styles} + + {%end} + + + + + {%wrapped-content} + + + \ No newline at end of file diff --git a/templates/minimal.html b/templates/minimal.html new file mode 100644 index 0000000..68c3716 --- /dev/null +++ b/templates/minimal.html @@ -0,0 +1,3 @@ +{%wrap-include base.html} +{main} +{%end} \ No newline at end of file diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..802b4e1 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,11 @@ +{%wrap-include base.html} + +
+

{title}

+ {main} +
+{%end} \ No newline at end of file -- cgit 1.4.1-3-g733a5