2016-02-19 23:35:42 -05:00
|
|
|
{{ partial "site_header.html" . }}
|
|
|
|
{{ partial "page_header.html" . }}
|
|
|
|
|
|
|
|
<main class="content">
|
2018-10-27 16:29:28 -04:00
|
|
|
<article class="micropost">
|
|
|
|
{{ .Content }}
|
|
|
|
<a href='{{ .Permalink }}'><aside class="dates">→ {{ .Date.Format "2006/01/02 3:04 PM" }}</aside></a>
|
|
|
|
</article>
|
2016-02-19 23:35:42 -05:00
|
|
|
</main>
|
|
|
|
|
|
|
|
{{ partial "page_footer.html" . }}
|
|
|
|
{{ partial "site_footer.html" . }}
|