xavishobbies/xavishobbies/themes/xavis/layouts/_default/single.html
2023-02-18 12:49:44 -08:00

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 }}