aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-25 05:12:53 -0700
committermattn <mattn.jp@gmail.com>2011-10-25 05:12:53 -0700
commit3961be0e585599ea90fbffc332dd713170e5a7f8 (patch)
treee2b84d28c2dff92fee861656b1454769ae31983b
parentbc5d3c0395d4b55d0e53ed69cf4621b369709200 (diff)
parent645d75569effb00084eba7f41951bb1bc3df4a6d (diff)
downloadvim-sonictemplate-3961be0e585599ea90fbffc332dd713170e5a7f8.tar.gz
vim-sonictemplate-3961be0e585599ea90fbffc332dd713170e5a7f8.tar.bz2
vim-sonictemplate-3961be0e585599ea90fbffc332dd713170e5a7f8.zip
Merge pull request #2 from Chick307/html5
add html5 template.
-rw-r--r--template/page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/page.html b/template/page.html
new file mode 100644
index 0000000..fbc6486
--- /dev/null
+++ b/template/page.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>{{_cursor_}}</title>
+</head>
+<body>
+
+</body>
+</html>
+