bop-hugo-theme/layouts/_default/index.html

9 lines
102 B
HTML

{{ define "main" }}
{{ with .Content }}
<main>
{{ . }}
</main>
{{ end }}
{{ end }}