iris/_examples/view/layout/blocks/views/layouts/main.html
2022-12-13 01:37:15 +02:00

11 lines
163 B
HTML

<!DOCTYPE html>
<head>
<title>{{.Title}}</title>
</head>
<body>
{{ template "content" . }}
<footer>
{{ partial "partials/footer" . }}
</footer>
</body>
</html>