mirror of
https://github.com/kataras/iris.git
synced 2026-06-19 03:53:34 +00:00
11277f12a0
Former-commit-id: 24ee6ce233d83f0b394afc6c69b5a88243406045
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> |