mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-09 23:35:47 +00:00
20 lines
337 B
HTML
20 lines
337 B
HTML
<!DOCTYPE html>
|
|
{{- partial "docs/shared" -}}
|
|
<html>
|
|
|
|
<head>
|
|
{{ partial "docs/html-head" . }}
|
|
{{ partial "docs/inject/head" . }}
|
|
</head>
|
|
|
|
<body>
|
|
<main class="book-posts mx-auto">
|
|
{{ template "main" . }}
|
|
</main>
|
|
|
|
{{ partial "docs/inject/body" . }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
</body>
|
|
|
|
</html>
|