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

11 lines
132 B
HTML

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