iris/_examples/view/parse-template/views/layouts/main.html

12 lines
171 B
HTML
Raw Normal View History

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