First commit

This commit is contained in:
Miek Gieben
2016-03-18 20:57:35 +00:00
commit 3ec0d9fe6b
131 changed files with 15193 additions and 0 deletions

View File

@@ -0,0 +1 @@
# Test h1

1
core/setup/testdata/header.html vendored Normal file
View File

@@ -0,0 +1 @@
<h1>Header title</h1>

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>{{.Doc.title}}</title>
</head>
<body>
{{.Include "header.html"}}
{{.Doc.body}}
</body>
</html>