iris/_examples/tutorial/caddy/server1/views/shared/layout.html

11 lines
100 B
HTML
Raw Normal View History

<html>
<head>
<title>{{.Layout.Title}}</title>
</head>
<body>
{{ yield }}
</body>
</html>