mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-30 04:33:48 +08:00
24bdb433c9
Put the title into the .Doc variables as well. Changed the test template file to use new names.
12 lines
162 B
HTML
12 lines
162 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{.Doc.title}}</title>
|
|
</head>
|
|
<body>
|
|
{{.Include "header.html"}}
|
|
Welcome to {{.Doc.sitename}}!
|
|
{{.Doc.body}}
|
|
</body>
|
|
</html>
|