itsdrike.com/layouts/_default/baseof.html
2021-08-25 11:27:49 +02:00

18 lines
509 B
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
{{ partial "style.html" "scss/style.scss" }}
{{ partial "style.html" "css/highlight.css" }}
{{ partial "style.html" "css/font-awesome.css" }}
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
</head>
<body>
{{ block "main" . }}{{ end }}
{{ partial "script_async.html" "js/bootstrap.min.js" }}
{{ block "scripts_extra" . }}{{ end }}
</body>
</html>