1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
2018-05-14 21:04:37 -07:00

12 lines
222 B
HTML

{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "content_single.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "commenting.html" . }}
{{- end -}}