website/layouts/index.html
2025-01-23 15:11:51 -05:00

14 lines
284 B
HTML

<html>
<head>
<link rel="stylesheet" href="http://127.0.0.1:1313/the-monospace-web/index.css" />
</head>
<body>
{{ partialCached "header.html" . }}
<main>Look I know it's a kinda shit homepage, I'm working on it.</main>
{{ partialCached "footer.html" . }}
</body>
</html>