dotfiles/.vim/template/html/base-page.html

12 lines
117 B
HTML
Raw Normal View History

2012-02-13 19:19:04 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{_cursor_}}</title>
</head>
<body>
</body>
</html>