gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Jan. 26 '23 17:56:30
Commit
4bfb0b09aa43dabea685c8e78ced9286016fd03c
Parent
41cbe7573316376ba8668dd367d67d82f4d1f42f
Changes
diff --git a/object.html.tmpl b/object.html.tmpl
new file mode 100644
index 0000000..c778de5
--- /dev/null
+++ b/object.html.tmpl
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>{{.Project}}</title>
+  </head>
+  <body>
+    <header>
+      <h1><a href="/">{{.Project}}</a>: {{.Hash}}</h1>
+    </header>
+    <main>
+      <hr>
+      <pre>{{.Body}}</pre>
+      <hr>
+    </main>
+    <footer>
+      <p>Made with <a href="https://github.com/thewhodidthis/gtx">gtx</a> &rsaquo;</p>
+    </footer>
+  </body>
+</html>