summaryrefslogtreecommitdiff
path: root/got/page.html.got
diff options
context:
space:
mode:
Diffstat (limited to 'got/page.html.got')
-rw-r--r--got/page.html.got17
1 files changed, 17 insertions, 0 deletions
diff --git a/got/page.html.got b/got/page.html.got
new file mode 100644
index 0000000..a0f34f9
--- /dev/null
+++ b/got/page.html.got
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- the meta tags must come first -->
+
+ <title>{{.title | html}}</title>
+
+ <link href="/style.css" rel="stylesheet">
+ {{.head}}
+ </head>
+ <body>
+ {{.body}}
+ </body>
+</html>