summaryrefslogtreecommitdiff
path: root/web/template
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-02-27 22:57:50 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-02-27 22:57:50 +0100
commitfbf52fe84be071e90ea81e5f7951da2a1ece0dbf (patch)
treed2ebbef9a06a9b978c80fccfdc63deb99fb64db1 /web/template
parentfirst commit (diff)
downloadgotosocial-fbf52fe84be071e90ea81e5f7951da2a1ece0dbf.tar.xz
messing around a bit
Diffstat (limited to 'web/template')
-rw-r--r--web/template/index.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl
new file mode 100644
index 000000000..a1656bf72
--- /dev/null
+++ b/web/template/index.tmpl
@@ -0,0 +1,5 @@
+<html>
+ <h1>
+ {{ .title }}
+ </h1>
+</html>