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.

11 lines
260 B

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