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

11 lines
150 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<title>{{.Title}}</title>
</head>
<body>
{{ yield }}
<footer>
{{ render "partials/footer.html" }}
</footer>
</body>
</html>