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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

15 lines
406 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{- partial "head.html" . -}}
  4. <body>
  5. {{- partial "header.html" . -}}
  6. <div id="content" class="pure-g">
  7. <div class="pure-u-1-5"></div>
  8. <div class="pure-u-3-5">
  9. {{- block "main" . }}{{- end }}
  10. </div>
  11. <div class="pure-u-1-5"></div>
  12. </div>
  13. {{- partial "footer.html" . -}}
  14. </body>
  15. </html>