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

4 lines
66 B
HTML
Raw Normal View History

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