iris/_examples/view/template_html_1/templates/layout.html
2017-07-10 18:32:42 +03:00

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