summaryrefslogtreecommitdiffstats
path: root/templates/outline.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/outline.html.template')
-rw-r--r--templates/outline.html.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/outline.html.template b/templates/outline.html.template
new file mode 100644
index 0000000..960a880
--- /dev/null
+++ b/templates/outline.html.template
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>rose.moe</title>
+ <link rel="icon" href="/static/icon.png">
+ <link rel="stylesheet" href="/static/styles.css">
+ </head>
+ <body>
+{{template "body" .}}
+ </body>
+</html>