mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
11 lines
102 B
HTML
11 lines
102 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>{{.Layout.Title}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
{{ yield . }}
|
|
</body>
|
|
|
|
</html> |