mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
b5a4cf901d
Former-commit-id: f2143a7aded3c026da5eb0755630e7dd2cb0f874
12 lines
182 B
HTML
12 lines
182 B
HTML
<html>
|
|
<head>
|
|
{{ part "head" }}
|
|
</head>
|
|
<body>
|
|
<h1>[layout] Body content is below...</h1>
|
|
{{ part "body" }}
|
|
<!-- Render the current template here -->
|
|
{{ yield }}
|
|
</body>
|
|
</html>
|