iris/_examples/routing/subdomains/http-errors-view/views/layouts/layout.html
Gerasimos (Makis) Maropoulos 8340285e7d
fix #1588
2020-08-15 12:17:48 +03:00

13 lines
176 B
HTML

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