SandpointsTheme/layouts/_default/single.html

7 lines
220 B
HTML
Raw Normal View History

2020-11-29 01:28:30 +01:00
{{- define "singlebody" -}}
2020-12-15 02:09:00 +01:00
{{- partialCached "header.html" . .RelPermalink -}}
<h1>{{ .Title }}</h1>
{{- partialCached "singlebody.html" . .RelPermalink -}}
<div class="content">{{ .Content }}</div>
2020-11-29 01:28:30 +01:00
{{- end -}}