vimwiki: Add template files
[vimconf.git] / vimwiki / templates / default.html
diff --git a/vimwiki/templates/default.html b/vimwiki/templates/default.html
new file mode 100644 (file)
index 0000000..d03e533
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<link rel="Stylesheet" type="text/css" href="%root_path%%css%">
+<title>%title%</title>
+<meta http-equiv="Content-Type" content="text/html; charset=%encoding%">
+</head>
+<body>
+    <div class="title">
+    %title%
+    </div>
+    <div class="content">
+    %content%
+    </div>
+</body>
+</html>