xavishobbies/xavishobbies/themes/xavis/layouts/_default/single.html
2023-02-18 23:38:15 -08:00

12 lines
229 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>
</div>
{{ end }}