iris/_examples/view/template_html_2/templates/layouts/mylayout.html
2022-12-13 01:37:15 +02:00

13 lines
217 B
HTML

<html>
<head>
<title>my Layout</title>
</head>
<body>
<h1>This is the layout for the /my/ and /my/other routes only</h1>
<br />
<!-- Render the current template here -->
{{ yield . }}
</body>
</html>