mirror of
https://github.com/kataras/iris.git
synced 2026-06-10 15:43:38 +00:00
ed45c77be5
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
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> |