hugo-theme-hilfe/layouts/_default/list.html
2020-01-12 15:33:02 +01:00

8 lines
173 B
HTML

{{ define "main" }}
{{ partial "page-header" . }}
<article class="gdoc-markdown">
<h1>{{ .Page.Title }}</h1>
{{ .Content }}
</article>
{{ end }}