1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 19:37:03 +00:00
Files
kararas_iris/_examples/view/context-view-data/templates/layouts/layout.html
2017-07-10 18:32:42 +03:00

11 lines
134 B
HTML

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