2018-11-24 15:14:43 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
{{- partial "docs/shared" -}}
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
{{ partial "docs/html-head" . }}
|
|
|
|
{{ partial "docs/inject/head" . }}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-11-25 11:59:42 +01:00
|
|
|
<main class="book-posts mx-auto">
|
|
|
|
{{ template "main" . }}
|
2018-11-24 15:14:43 +01:00
|
|
|
</main>
|
|
|
|
|
2018-11-25 11:56:59 +01:00
|
|
|
{{ partial "docs/inject/body" . }}
|
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
2018-11-24 15:14:43 +01:00
|
|
|
</body>
|
|
|
|
|
2018-11-25 13:30:25 +01:00
|
|
|
</html>
|