mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
12 lines
146 B
HTML
12 lines
146 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>My Layout</title>
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Body is:</h1>
|
||
|
<!-- Render the current template here -->
|
||
|
{{ yield }}
|
||
|
</body>
|
||
|
</html>
|