~dricottone/blog

ref: 8ac1c011cfcf9d5b73b50a5bef22e03e18466e05 blog/layouts/_default/baseof.html -rw-r--r-- 201 bytes
8ac1c011Dominic Ricottone New post 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
{{ partial "head.html" . }}
<body>
  {{ partial "navi.html" . }}

  <main>
    {{ block "main" . }}{{ end }}
  </main>

  {{ partial "footer.html" . }}
</body>
</html>