12 lines
349 B
HTML
12 lines
349 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 "02.01.2006 15:04" }}</aside></a>
|
|
</article>
|
|
</main>
|
|
|
|
{{ partial "page_footer.html" . }}
|
|
{{ partial "site_footer.html" . }}
|