caddy/caddyhttp/markdown/testdata/tpl_with_include.html

12 lines
156 B
HTML
Raw Normal View History

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