cloudflared/vendor/github.com/mholt/caddy/caddyhttp/browse/testdata/photos.tpl
2018-07-19 15:02:24 -05:00

14 lines
193 B
Smarty

<!DOCTYPE html>
<html>
<head>
<title>Template</title>
</head>
<body>
{{.Include "header.html"}}
<h1>{{.Path}}</h1>
{{range .Items}}
<a href="{{.URL}}">{{.Name}}</a><br>
{{end}}
</body>
</html>