mirror of
https://github.com/taigrr/wtf
synced 2026-03-20 13:42:17 -07:00
12 lines
222 B
HTML
12 lines
222 B
HTML
{{ define "header" -}}
|
|
{{ partial "header.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "content" -}}
|
|
{{ partial "content_single.html" . }}
|
|
{{- end -}}
|
|
|
|
{{ define "footer" -}}
|
|
{{ partial "commenting.html" . }}
|
|
{{- end -}}
|