Henry V Child 2bf70b7b15
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m27s
Fixed centering issue
2025-02-24 12:33:47 +01:00

14 lines
201 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
<div>
<article>
{{ .Content }}
</article>
</div>
<div>
<p>{{ .Date.Format "Mon Jan 2, 2006" }}</p>
<p>{{ .WordCount }} Words</p>
</div>
{{ end }}