summary refs log tree commit diff
path: root/assets/templates/_base.template.html
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-07-26 21:52:58 +0200
committerMelonai <einebeere@gmail.com>2021-07-26 21:53:36 +0200
commit0ac82c133b78a14239beb9034380c44d95d4bad3 (patch)
tree3ba65b4e3e5ceafaf2180ea697cc7794a07da669 /assets/templates/_base.template.html
parent7819a23171145e8a626e8357e88446817c8785dc (diff)
downloadportgate-0ac82c133b78a14239beb9034380c44d95d4bad3.tar.zst
portgate-0ac82c133b78a14239beb9034380c44d95d4bad3.zip
Portgate pages and templates
Diffstat (limited to 'assets/templates/_base.template.html')
-rw-r--r--assets/templates/_base.template.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/templates/_base.template.html b/assets/templates/_base.template.html
new file mode 100644
index 0000000..2ed25d1
--- /dev/null
+++ b/assets/templates/_base.template.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Portgate</title>
+</head>
+<body>
+    <h2>Portgate</h2>
+    {{template "content"}}
+</body>
+</html>
\ No newline at end of file