From ae72b8f9976a1c0cca66ff4cb31eadf311c677e7 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 1 Jun 2026 22:19:27 +0300 Subject: init: moved to own site --- templates/project.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/project.html (limited to 'templates/project.html') diff --git a/templates/project.html b/templates/project.html new file mode 100644 index 0000000..f0e9554 --- /dev/null +++ b/templates/project.html @@ -0,0 +1,17 @@ + + + + {{> head.html}} + gumx{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}} + + + {{> header.html}} +
+ {{{CONTENT}}} + {{#PROJECT_URL}}

URL: {{PROJECT_URL}}

{{/PROJECT_URL}} + {{#PROJECT_DEMO}}

Demo: {{PROJECT_DEMO}}

{{/PROJECT_DEMO}} + {{#PROJECT_SOURCES}}

Sources: {{{PROJECT_SOURCES}}}

{{/PROJECT_SOURCES}} +
+ {{> footer.html}} + + -- cgit v1.2.3