iris/_examples/view/embedding-templates-into-app-bindata/templates/layouts/mylayout.html
2022-09-21 23:26:12 +03:00

13 lines
203 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>