From 6e1e8effd3e595ad342d11644b072725a218c1eb Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 2 Jun 2026 00:21:16 +0300 Subject: init: moved to gumx.cc --- build/templates/page.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/templates/page.html (limited to 'build/templates/page.html') diff --git a/build/templates/page.html b/build/templates/page.html new file mode 100644 index 0000000..502dd58 --- /dev/null +++ b/build/templates/page.html @@ -0,0 +1,12 @@ + + + + {{> head.html}} + ubergeek{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}} + + + {{> header.html}} +
{{{CONTENT}}}
+ {{> footer.html}} + + -- cgit v1.2.3