summary refs log tree commit diff stats
path: root/templates/base.crotmp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.crotmp')
-rw-r--r--templates/base.crotmp14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/base.crotmp b/templates/base.crotmp
new file mode 100644
index 0000000..f200241
--- /dev/null
+++ b/templates/base.crotmp
@@ -0,0 +1,14 @@
+<:macro page($title)>
+<!doctype html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <title><$title> - Crater</title>
+        <link rel="stylesheet" href="/resources/css/style.css">
+    </head>
+    <body>
+        <:body>
+    </body>
+</html>
+</:macro>