infidel-cupper-theme/layouts/_default/single.html

7 lines
104 B
HTML
Raw Permalink Normal View History

2022-11-14 11:16:26 -05:00
{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}