aboutsummaryrefslogtreecommitdiffstats
path: root/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project.html')
-rw-r--r--templates/project.html17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html lang="{{LANG}}">
+ <head>
+ {{> head.html}}
+ <title>gumx{{#PAGE_TITLE}}: {{PAGE_TITLE}}{{/PAGE_TITLE}}</title>
+ </head>
+ <body{{#DIR}} dir="{{DIR}}"{{/DIR}}>
+ {{> header.html}}
+ <main>
+ {{{CONTENT}}}
+ {{#PROJECT_URL}}<p><strong>URL:</strong> <a href="{{PROJECT_URL}}">{{PROJECT_URL}}</a></p>{{/PROJECT_URL}}
+ {{#PROJECT_DEMO}}<p><strong>Demo:</strong> <a href="{{PROJECT_DEMO}}">{{PROJECT_DEMO}}</a></p>{{/PROJECT_DEMO}}
+ {{#PROJECT_SOURCES}}<p><strong>Sources:</strong> {{{PROJECT_SOURCES}}}</p>{{/PROJECT_SOURCES}}
+ </main>
+ {{> footer.html}}
+ </body>
+</html>