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.
11 lines
390 B
11 lines
390 B
<!DOCTYPE html>
|
|
<html lang="{{ .Site.LanguageCode }}">
|
|
{{ block "header" . }}{{ end }}
|
|
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
|
{{ partial "sidebar.html" . }}
|
|
<div class="content container">
|
|
{{ block "content" . }}{{ end }}
|
|
</div>
|
|
{{ block "footer" . }}{{ end }}
|
|
</body>
|
|
</html>
|
|
|