iris/_examples/view/context-view-data/templates/layouts/layout.html
2023-03-17 12:38:07 +02:00

11 lines
146 B
HTML

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