~dricottone/blog

ref: 886475f15ceade7663816d9378bf72628745798f blog/layouts/_default/baseof.html -rw-r--r-- 201 bytes
886475f1Dominic Ricottone Chat identity 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>