intake/web/html/layout.html

9 lines
94 B
HTML

<html>
<head>
<title>Intake</title>
</head>
<body>
{{ template "content" . }}
</body>
</html>