iris/_examples/view/parse-template/views/layouts/main.html
2022-12-13 01:37:15 +02:00

12 lines
173 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>