iris/_examples/routing/subdomains/http-errors-view/views/layouts/test.layout.html

11 lines
132 B
HTML
Raw Normal View History

2020-08-15 11:17:48 +02:00
<html>
<head>
<title>Test Subdomain</title>
</head>
<body>
<!-- Render the current template here -->
{{ yield }}
</body>
</html>