mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 20:06:30 +01:00
12 lines
167 B
HTML
12 lines
167 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>{{.Title}}</title>
|
|
<link rel="stylesheet" type="text/css" href="/public/css/site.css" />
|
|
</head>
|
|
|
|
<body>
|
|
{{ yield }}
|
|
</body>
|
|
|
|
</html> |