iris/_examples/view/embedding-templates-into-app-bindata/templates/layouts/layout.html
2022-12-13 01:37:15 +02:00

13 lines
170 B
HTML

<html>
<head>
<title>Layout</title>
</head>
<body>
<h1>This is the global layout</h1>
<br />
<!-- Render the current template here -->
{{ yield . }}
</body>
</html>