about summary refs log tree commit diff
path: root/tpl/main.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/main.tpl')
-rw-r--r--tpl/main.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/main.tpl b/tpl/main.tpl
new file mode 100644
index 0000000..d3c798d
--- /dev/null
+++ b/tpl/main.tpl
@@ -0,0 +1,17 @@
+<!doctype html><html lang="en"><head>
+<meta http-equiv="content-type"
+ content="text/html;charset=utf-8" />
+<meta name="viewport"
+ content="width=device-width,initial-scale=1" />
+<link rel="stylesheet" type="text/css" href="@pathtofile($[output-dir]s/m.css)" />
+<link rel="icon" type="image/png" href="@pathtofile($[output-dir]i/me.png)" />
+<title>$[title]</title></head><body>
+<div id="m"><div id="h">
+
+@input(tpl/head.tpl)
+
+</div><div id="b">
+
+@content()
+
+@input(tpl/foot.tpl)</body></html>