caddy/caddyhttp/browse/testdata/photos.tpl
2016-06-05 22:39:23 -06: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>