9 lines
258 B
HTML
9 lines
258 B
HTML
{{ define "main" }}
|
|
<article class="h-entry">
|
|
<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "Jan 2, 2006" }}</time>
|
|
<div class="e-content">
|
|
{{ .Content }}
|
|
</div>
|
|
</article>
|
|
{{ end }}
|