8 lines
124 B
HTML
Raw Normal View History

2022-09-20 17:11:29 -04:00
{{ define "title" }}
{{ .Title }}
{{ end }}
{{ define "main" }}
2022-04-15 13:45:10 -04:00
{{ .Content }}
{{ partial "contributor.html" . }}
2022-09-20 17:11:29 -04:00
{{ end }}