iris/_examples/routing/subdomains/http-errors-view/views/layouts/test.layout.html
2022-12-13 01:37:15 +02:00

11 lines
134 B
HTML

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