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

13 lines
168 B
HTML

<html>
<head>
<title>Layout</title>
</head>
<body>
<h1>This is the global layout</h1>
<br />
<!-- Render the current template here -->
{{ yield }}
</body>
</html>