9 lines
94 B
HTML
9 lines
94 B
HTML
<html>
|
|
<head>
|
|
<title>Intake</title>
|
|
</head>
|
|
<body>
|
|
{{ template "content" . }}
|
|
</body>
|
|
</html>
|