21 lines
No EOL
359 B
HTML
21 lines
No EOL
359 B
HTML
<!DOCTYPE html>
|
|
{{- partial "docs/shared" -}}
|
|
<html>
|
|
|
|
<head>
|
|
{{ partial "docs/html-head" . }}
|
|
{{ partial "docs/inject/head" . }}
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<div class="book-posts mx-auto">
|
|
{{ template "main" . }}
|
|
</div>
|
|
</main>
|
|
|
|
{{ partial "docs/inject/body" . }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
</body>
|
|
|
|
</html> |