2020-01-12 15:33:02 +01:00
|
|
|
{{ define "main" }}
|
2022-02-03 10:58:37 +01:00
|
|
|
<article class="gdoc-post">
|
2022-01-06 13:58:10 +01:00
|
|
|
<header class="gdoc-post__header">
|
|
|
|
<h1 class="gdoc-post__title">{{ .Title }}</h1>
|
2022-02-03 10:58:37 +01:00
|
|
|
<div class="flex flex-wrap align-center gdoc-post__meta gdoc-post__meta--head">
|
2022-01-12 22:43:00 +01:00
|
|
|
{{ partial "posts/metadata.html" . }}
|
2020-06-01 15:59:02 +02:00
|
|
|
</div>
|
2022-01-06 13:58:10 +01:00
|
|
|
</header>
|
2022-02-03 10:58:37 +01:00
|
|
|
<section class="gdoc-markdown">
|
2022-01-06 13:58:10 +01:00
|
|
|
{{ partial "content" . }}
|
2022-02-03 10:58:37 +01:00
|
|
|
</section>
|
2022-01-06 13:58:10 +01:00
|
|
|
</article>
|
2020-01-12 15:33:02 +01:00
|
|
|
{{ end }}
|