iris/_examples/intermediate/view/template_html_1/templates/layout.html

12 lines
146 B
HTML
Raw Normal View History

<html>
<head>
<title>My Layout</title>
</head>
<body>
<h1>Body is:</h1>
<!-- Render the current template here -->
{{ yield }}
</body>
</html>