init: Turn autocmd to au
[vimconf.git] / vimwiki / templates / default.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="Stylesheet" type="text/css" href="%root_path%%css%">
5 <title>%title%</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=%encoding%">
7 </head>
8 <body>
9 <div class="title">
10 %title%
11 </div>
12 <div class="content">
13 %content%
14 </div>
15 </body>
16 </html>