schro.fi/layouts/index.html
Florian Schrofner ecf9bc484b initial commit
2019-08-18 17:35:40 +02:00

16 lines
361 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>
{{ partial "css.html" . }}
</head>
<body>
<p id="website-title">Florian Schrofner</p>
{{ with .Site.GetPage "/intro" }}
{{.Content}}
{{ end }}
{{ with .Site.GetPage "/section" }}
{{.Content}}
{{ end }}
</body>
</html>