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