use baseof, close #10

This commit is contained in:
Luke Smith
2022-09-20 17:10:53 -04:00
parent ec39d27ce2
commit 11d59ffa1b
4 changed files with 35 additions and 26 deletions

View File

@@ -1,5 +1,3 @@
{{ partial "header.html" . -}}
<header><h1>{{ .Title }}</h1></header>
<article>
{{ .Content -}}
{{ partial "footer.html" . }}
{{ define "title" -}}
{{ .Title }}
{{- end }}