mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-18 12:21:00 +00:00
15 lines
415 B
HTML
15 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{- partial "site-head.html" . -}}
|
|
<body>
|
|
{{- partial "site-header.html" . -}}
|
|
{{- partial "site-search.html" . -}}
|
|
<div class="all-content-wrapper{{if .IsHome}} home{{end}}" id="all-content-wrapper">
|
|
{{ block "main" . }}
|
|
{{ end}}
|
|
</div>
|
|
{{- partial "site-footer.html" . -}}
|
|
{{- partial "site-navigation.html" . -}}
|
|
{{- partial "site-scripts.html" . -}}
|
|
</body>
|
|
</html> |