diff options
author | Chick307 <chick307@gmail.com> | 2011-10-25 18:44:40 +0900 |
---|---|---|
committer | Chick307 <chick307@gmail.com> | 2011-10-25 18:52:08 +0900 |
commit | 645d75569effb00084eba7f41951bb1bc3df4a6d (patch) | |
tree | e8f02ea15657a95f6c862bcde1a9de7e225cde35 /template | |
parent | cc8f5f86208e862d95f9ebc256787bea22404845 (diff) | |
download | vim-sonictemplate-645d75569effb00084eba7f41951bb1bc3df4a6d.tar.gz vim-sonictemplate-645d75569effb00084eba7f41951bb1bc3df4a6d.tar.bz2 vim-sonictemplate-645d75569effb00084eba7f41951bb1bc3df4a6d.zip |
add html5 template.
Diffstat (limited to 'template')
-rw-r--r-- | template/page.html | 11 |
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> + |