2023-10-15 04:17:04 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
<p class="post-meta"><time itemprop="datePublished">{{ .Date.Format "January 2, 2006" }}</time>
|
|
|
|
</p>
|
2020-04-02 09:37:23 +00:00
|
|
|
|
2023-10-15 04:17:04 +00:00
|
|
|
{{ .Content }}
|
|
|
|
{{ end }}
|
2020-04-02 09:37:23 +00:00
|
|
|
|
2023-10-15 04:17:04 +00:00
|
|
|
{{ define "footer" }}
|
|
|
|
{{partial "footer" .}}
|
|
|
|
{{ end }}
|