You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
471 B
16 lines
471 B
<!DOCTYPE html>
|
|
<html lang="{{ with site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
|
{{ partial "head.html" . }}
|
|
|
|
<body id="top" data-spy="scroll" data-target="#navbar-spy" class="position-relative">
|
|
{{ partialCached "preloader.html" . }}
|
|
{{ .Scratch.Set "bg" "bg-light-gray" }}
|
|
{{ partial "header.html" . }}
|
|
{{ if not .IsHome }}
|
|
{{ partial "page-header.html" . }}
|
|
{{ end }}
|
|
{{ block "main" . }}{{ end }}
|
|
{{ partialCached "footer.html" . }}
|
|
</body>
|
|
|
|
</html> |