SandpointsTheme/layouts/_default/single.html

12 lines
217 B
HTML
Raw Normal View History

2020-11-28 16:28:30 -08:00
{{- define "singlebody" -}}
{{- partialCached "header.html" . .RelPermalink -}}
<h1>{{ .Title }}</h1>
{{- partialCached "singlebody.html" . .RelPermalink -}}
<div class="content">{{ .Content }}</div>
{{- end -}}