website/layouts/_default/single.html

4 lines
76 B
HTML
Raw Normal View History

2022-10-08 09:00:00 +00:00
{{- define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{- end }}