iris/_examples/view/context-view-data/templates/layouts/layout.html
2022-12-13 01:37:15 +02:00

11 lines
148 B
HTML

<html>
<head>
<title>My WebsiteLayout</title>
</head>
<body>
<!-- Render the current template here -->
{{ yield . . }}
</body>
</html>