iris/_examples/view/context-view-data/templates/layouts/layout.html

11 lines
148 B
HTML
Raw Normal View History

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