Dotawo/_vendor/git.sandpoints.org/Drawwell/SandpointsTheme/layouts/_default/single.html

7 lines
220 B
HTML
Raw Normal View History

2020-12-06 04:11:20 -08:00
{{- define "singlebody" -}}
2020-12-18 06:02:50 -08:00
{{- partialCached "header.html" . .RelPermalink -}}
<h1>{{ .Title }}</h1>
{{- partialCached "singlebody.html" . .RelPermalink -}}
<div class="content">{{ .Content }}</div>
2020-12-06 04:11:20 -08:00
{{- end -}}