tech-ingolf-wagner-de/themes/first/layouts/_default/baseof.html
Ingolf Wagner 2734ea30e9 stuff
2018-09-30 09:06:38 +02:00

29 lines
418 B
HTML

<html>
<head>
<title> {{ .Title }} </title>
<link
href="https://fonts.googleapis.com/css?family=Roboto|Abel|Inconsolata|Lato|Zilla+Slab"
rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<nav id="main-navigation">
<ul >
<li> <a href="/">main</a> </li>
</ul>
</nav>
<div id="main-block">
{{ block "main" . }}
empty
{{ end }}
</div>
</body>
</html>