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

20 lines
279 B
HTML
Raw Normal View History

2018-06-18 09:14:28 +02:00
<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">
2018-06-18 09:14:28 +02:00
</head>
<body>
{{ block "main" . }}
empty
{{ end }}
</body>
</html>