12 lines
351 B
HTML
12 lines
351 B
HTML
{{ partial "site_header.html" . }}
|
|
{{ partial "page_header.html" . }}
|
|
|
|
<main class="content">
|
|
<article class="micropost">
|
|
{{ .Content }}
|
|
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
|
|
</article>
|
|
</main>
|
|
|
|
{{ partial "page_footer.html" . }}
|
|
{{ partial "site_footer.html" . }}
|