mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-05 04:40:43 +00:00
12 lines
284 B
HTML
12 lines
284 B
HTML
{{ define "main" }}
|
|
<article class="gblog-post">
|
|
<header class="gblog-post__header">
|
|
<h1>{{ partial "title" . }}</h1>
|
|
</header>
|
|
|
|
<section class="gblog-markdown">
|
|
{{ partial "content" . }}
|
|
</section>
|
|
</article>
|
|
{{ end }}
|