mirror of
https://github.com/kataras/iris.git
synced 2025-03-19 23:26:25 +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>
|