2018-09-05 14:22:04 +00:00
|
|
|
<!DOCTYPE html>
|
2019-04-23 21:02:06 +00:00
|
|
|
<html lang="{{ .Site.Language.Lang }}">
|
2018-11-07 11:54:18 +00:00
|
|
|
|
2018-09-05 14:22:04 +00:00
|
|
|
<head>
|
2018-09-12 12:21:46 +00:00
|
|
|
{{ partial "docs/html-head" . }}
|
|
|
|
{{ partial "docs/inject/head" . }}
|
2018-09-05 14:22:04 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-01-13 16:44:24 +00:00
|
|
|
<input type="checkbox" class="hidden" id="toc-control" />
|
2019-09-01 01:38:16 +00:00
|
|
|
<input type="checkbox" class="hidden" id="menu-control" />
|
2020-01-17 19:32:36 +00:00
|
|
|
<main class="container">
|
|
|
|
{{ template "toc" . }}
|
2018-09-25 22:12:56 +00:00
|
|
|
|
2018-11-24 14:10:43 +00:00
|
|
|
<div class="book-page">
|
|
|
|
{{ partial "docs/mobile-header" . }}
|
2018-11-25 12:30:25 +00:00
|
|
|
{{ template "main" . }}
|
2019-11-09 23:23:06 +00:00
|
|
|
{{ partial "docs/footer" . }}
|
2019-04-12 21:06:40 +00:00
|
|
|
{{ partial "docs/inject/footer" . }}
|
2018-09-05 14:22:04 +00:00
|
|
|
</div>
|
2018-09-11 14:51:27 +00:00
|
|
|
|
2020-01-17 19:32:36 +00:00
|
|
|
<aside class="book-menu fixed">
|
|
|
|
{{ partial "docs/menu" . }}
|
|
|
|
</aside>
|
2018-09-29 23:22:39 +00:00
|
|
|
</main>
|
2019-08-29 04:01:36 +00:00
|
|
|
|
2018-11-25 12:34:00 +00:00
|
|
|
{{ partial "docs/inject/body" . }}
|
2018-09-05 14:22:04 +00:00
|
|
|
</body>
|
2018-11-07 11:54:18 +00:00
|
|
|
|
2018-11-25 12:30:25 +00:00
|
|
|
</html>
|