caddy/caddyhttp/markdown/testdata/markdown_tpl.html

12 lines
162 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>{{.Doc.title}}</title>
</head>
<body>
{{.Include "header.html"}}
Welcome to {{.Doc.sitename}}!
{{.Doc.body}}
</body>
</html>