intake/web/html/layout.html

9 lines
94 B
HTML
Raw Normal View History

2025-01-24 00:18:41 +00:00
<html>
<head>
<title>Intake</title>
</head>
<body>
{{ template "content" . }}
</body>
</html>