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

6 yıl önce
1234567891011
  1. <!DOCTYPE html>
  2. <html>
  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>