2020-08-22 07:20:08 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{ .Site.LanguageCode }}">
|
2020-09-11 16:41:40 -04:00
|
|
|
{{- partial "head/head.html" . -}}
|
2020-09-12 04:33:53 -04:00
|
|
|
<body class="{{ block `body-class` . }}{{ end }}">
|
|
|
|
<div class="container extended flex on-phone--column align-items--flex-start {{ block `container-class` . }}{{end}}">
|
|
|
|
{{ partial "sidebar/left.html" . }}
|
|
|
|
<main class="main full-width">
|
|
|
|
{{- block "main" . }}{{- end }}
|
|
|
|
</main>
|
|
|
|
{{- block "right-sidebar" . -}}{{ end }}
|
2020-08-22 07:20:08 -04:00
|
|
|
</div>
|
|
|
|
{{ partial "footer/script.html" . }}
|
|
|
|
{{ partial "footer/style.html" . }}
|
2020-08-24 14:48:31 -04:00
|
|
|
{{ partial "footer/custom.html" . }}
|
2020-08-22 07:20:08 -04:00
|
|
|
</body>
|
|
|
|
</html>
|