Added test on markdown static files generation

This commit is contained in:
Maxime
2015-07-29 16:21:35 +02:00
parent d1eb2ea9e2
commit 0168a627a4
7 changed files with 161 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>{{.Doc.title}}</title>
</head>
<body>
{{.Include "header.html"}}
{{.Doc.body}}
</body>
</html>