iris/_examples/view/layout/jet/views/layouts/main.jet

9 lines
172 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<head>
<title>{{.Title}}</title>
</head>
<body>
{{ yield documentBody() }}
<footer>{{ include "../partials/footer.jet" . }}</footer>
</body>
</html>