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

11 lines
134 B
HTML

<html>
<head>
<title>My WebsiteLayout</title>
</head>
<body>
<!-- Render the current template here -->
{{ yield }}
</body>
</html>