You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

baseof.html 527B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. {{- partial "docs/shared" -}}
  3. <html>
  4. <head>
  5. {{ partial "docs/html-head" . }}
  6. {{ partial "docs/inject/head" . }}
  7. </head>
  8. <body>
  9. <main class="flex container">
  10. <aside class="book-menu fixed">
  11. {{ partial "docs/menu" . }}
  12. </aside>
  13. <div class="book-page">
  14. {{ template "main" . }}
  15. {{ partial "docs/git-footer" . }}
  16. </div>
  17. {{ template "toc" . }}
  18. </main>
  19. {{ partial "docs/inject/body" . }}
  20. {{ template "_internal/google_analytics_async.html" . }}
  21. </body>
  22. </html>