iris/_examples/view/layout/blocks/views/layouts/main.html

11 lines
162 B
HTML
Raw Normal View History

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