4 lines
136 B
HTML
4 lines
136 B
HTML
{{- define "main_class" }}page{{- end }}
|
|
{{- define "main" }}
|
|
{{ partial "post_content.html" (dict "ctx" . "IsHome" false) }}
|
|
{{- end }} |