watching files, listing Markdown files

This commit is contained in:
Barak Michener 2015-02-06 19:02:12 -05:00
parent cd29215570
commit 7389d26323
3 changed files with 135 additions and 1 deletions

12
root_template.go Normal file
View file

@ -0,0 +1,12 @@
package main
var rootTemplate = `
<html>
<head>
<title>LiveMarkdown</title>
</head>
<body>
{{.}}
</body>
</html>
`