Files
www/northsidestudio/themes/basic/layouts/_default/single.html
2026-06-12 23:22:44 +02:00

14 lines
244 B
HTML

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