watching files, listing Markdown files
This commit is contained in:
parent
cd29215570
commit
7389d26323
3 changed files with 135 additions and 1 deletions
12
root_template.go
Normal file
12
root_template.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package main
|
||||
|
||||
var rootTemplate = `
|
||||
<html>
|
||||
<head>
|
||||
<title>LiveMarkdown</title>
|
||||
</head>
|
||||
<body>
|
||||
{{.}}
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
Loading…
Add table
Add a link
Reference in a new issue