Files
www/northsidestudio/layouts/index.html
2026-06-11 22:35:16 +02:00

13 lines
216 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>{{ .Site.Title }}</title>
</head>
<body>
<h1>{{ .Site.Title}}</h1>
{{ .Content }}
</body>
</html>