based.cooking/layouts/_default/single.html

8 lines
124 B
HTML

{{ define "title" }}
{{ .Title }}
{{ end }}
{{ define "main" }}
{{ .Content }}
{{ partial "contributor.html" . }}
{{ end }}