13 lines
242 B
HTML
13 lines
242 B
HTML
{{ define "main" }}
|
|
|
|
<div class="tots_post">
|
|
<h3 class="entry_heading">{{ .Title }}</h3>
|
|
<h5 class="tots_date_category"> {{ .Lastmod.Format "2006-01-02" }} - {{ .Description }}</h5>
|
|
|
|
|
|
<p>{{ .Content }}</p>
|
|
|
|
<p> hi </p>
|
|
</div>
|
|
{{ end }}
|