summaryrefslogtreecommitdiff
path: root/templ/base.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templ/base.tpl')
-rw-r--r--templ/base.tpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/templ/base.tpl b/templ/base.tpl
new file mode 100644
index 0000000..e88d735
--- /dev/null
+++ b/templ/base.tpl
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="de">
+<head>
+ <meta charset="UTF-8">
+ <title>{{block "title" .}}Kosten{{end}}</title>
+ <link rel="stylesheet" href="./style.css">
+</head>
+<body>
+{{block "body" .}}
+ Dummy Text
+{{end}}
+{{block "js" .}}
+ <script src="./index.js"></script>
+{{end}}
+</body>
+</html> \ No newline at end of file