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

12 lines
184 B
HTML

<html>
<head>
<title>My Layout</title>
</head>
<body>
<h1>[layout] Body content is below...</h1>
<!-- Render the current template here -->
{{ yield . }}
</body>
</html>