cupper-hugo-theme/themes/inclusive-docs/layouts/_default/single.html

11 lines
151 B
HTML
Raw Normal View History

2017-06-12 13:05:48 +02:00
{{ define "title" }}
{{ .Title }}
{{ end }}
2017-06-12 13:05:48 +02:00
{{ define "main" }}
<main id="main">
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}