mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
64038b09e3
relative to: #1617 Wait for an answer from the issuer and if that's the expected behavior, do the same for the rest of the view engines
12 lines
171 B
HTML
12 lines
171 B
HTML
<html>
|
|
<head>
|
|
<title>My Layout</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>[layout] Body content is below...</h1>
|
|
<!-- Render the current template here -->
|
|
{{ yield }}
|
|
</body>
|
|
</html>
|