cupper-hugo-theme/layouts/index.html

7 lines
104 B
HTML

{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}