tech-ingolf-wagner-de/themes/first/layouts/_default/baseof.html

20 lines
279 B
HTML

<html>
<head>
<title> {{ .Title }} </title>
<link href="https://fonts.googleapis.com/css?family=Dosis|Inconsolata|Libre+Baskerville" rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
{{ block "main" . }}
empty
{{ end }}
</body>
</html>