hugo-theme-hilfe/layouts/_default/list.html
2020-02-16 23:19:14 +01:00

8 lines
179 B
HTML

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