summaryrefslogtreecommitdiff
path: root/html_templates
diff options
context:
space:
mode:
Diffstat (limited to 'html_templates')
-rw-r--r--html_templates/default.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/html_templates/default.html b/html_templates/default.html
new file mode 100644
index 0000000..21abb9a
--- /dev/null
+++ b/html_templates/default.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>{{ $title }}</title>
+ <link rel="shortcut icon" href="/images/favicon.png">
+ </head>
+ <body>
+ <section>{{ $contents }}</section>
+ </body>
+</html>