hugo-theme-console/layouts/_default/single.html

4 lines
66 B
HTML
Raw Permalink Normal View History

2020-04-30 22:02:40 +02:00
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}