8 lines
175 B
HTML
8 lines
175 B
HTML
|
{{ define "main" }}
|
||
|
<article id="post-page">
|
||
|
<h2>{{ .Title }}</h2>
|
||
|
<time class="by-line">{{ .Date.Format .Site.Params.dateFormat }}</time>
|
||
|
|
||
|
{{ .Content }}
|
||
|
</article>
|
||
|
{{ end }}
|