mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
57576c70cb
Nothing that you couldn't do before. Former-commit-id: 658ec25d8045d25a76f87c8f992e67e64006e287
11 lines
134 B
HTML
11 lines
134 B
HTML
<html>
|
|
<head>
|
|
<title>My WebsiteLayout</title>
|
|
|
|
</head>
|
|
<body>
|
|
<!-- Render the current template here -->
|
|
{{ yield }}
|
|
</body>
|
|
</html>
|