aboutsummaryrefslogtreecommitdiff
path: root/template/html
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-28 09:42:05 +0900
committermattn <mattn.jp@gmail.com>2011-10-28 09:42:05 +0900
commit50270c6dd21fb071fdb19e37f8dc95f4d6dff616 (patch)
tree72bd93193a30943fa6db98cd94f9be54c160a0b8 /template/html
parent6bf642f27e160a9218fc839c22627e4c515efa15 (diff)
downloadvim-sonictemplate-50270c6dd21fb071fdb19e37f8dc95f4d6dff616.tar.gz
vim-sonictemplate-50270c6dd21fb071fdb19e37f8dc95f4d6dff616.tar.bz2
vim-sonictemplate-50270c6dd21fb071fdb19e37f8dc95f4d6dff616.zip
BIG CHANGE: changed directory structure.
Diffstat (limited to 'template/html')
-rw-r--r--template/html/base-page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/html/base-page.html b/template/html/base-page.html
new file mode 100644
index 0000000..fbc6486
--- /dev/null
+++ b/template/html/base-page.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>{{_cursor_}}</title>
+</head>
+<body>
+
+</body>
+</html>
+