2021-08-24 20:06:02 +02:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2021-08-25 10:52:41 +02:00
|
|
|
{{ partial "style.html" "scss/style.scss" }}
|
2021-08-25 10:53:38 +02:00
|
|
|
{{ partial "style.html" "css/highlight.css" }}
|
2021-08-25 11:05:43 +02:00
|
|
|
{{ partial "style.html" "css/font-awesome.css" }}
|
2021-08-25 11:27:49 +02:00
|
|
|
|
|
|
|
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
2021-08-24 20:06:02 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-08-25 14:54:51 +02:00
|
|
|
{{ partial "navbar.html" . }}
|
2021-08-24 20:06:02 +02:00
|
|
|
{{ block "main" . }}{{ end }}
|
2021-08-25 13:07:58 +02:00
|
|
|
{{ partial "footer.html" . }}
|
2021-08-25 11:27:49 +02:00
|
|
|
|
|
|
|
{{ partial "script_async.html" "js/bootstrap.min.js" }}
|
|
|
|
{{ block "scripts_extra" . }}{{ end }}
|
2021-08-24 20:06:02 +02:00
|
|
|
</body>
|
|
|
|
</html>
|