mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-04 20:30:40 +00:00
8 lines
173 B
HTML
8 lines
173 B
HTML
{{ define "main" }}
|
|
{{ partial "page-header" . }}
|
|
<article class="gdoc-markdown">
|
|
<h1>{{ .Page.Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|