iris/_examples/view/template_html_5/views/layout.html

12 lines
182 B
HTML
Raw Normal View History

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