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