itsdrike.com/layouts/_default/baseof.html

13 lines
338 B
HTML
Raw Normal View History

2021-08-24 20:06:02 +02:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
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-24 20:06:02 +02:00
</head>
<body>
{{ block "main" . }}{{ end }}
</body>
</html>