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 462B

1234567891011121314151617181920212223242526
  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-posts">
  14. {{ template "main" . }}
  15. </div>
  16. </main>
  17. {{ partial "docs/inject/body" . }}
  18. {{ template "_internal/google_analytics_async.html" . }}
  19. </body>
  20. </html>