mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08: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 -}}
|