1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 10:02:36 +03:00
vimr/VimR/markdown/template.html
2016-12-26 17:04:03 +09:00

12 lines
211 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="github-markdown.css">
<title>{{ title }}</title>
</head>
<body class="markdown-body">
{{ body }}
</body>
</html>