Files
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

10 lines
218 B
HTML

{{ define "main" }}
<div class="content-section">
<h1>{{ .Title | markdownify }}</h1>
{{ with .Content }}
<div>{{ . }}</div>
{{ end }}
</div>
{{ partial "post-list.html" .Paginator }}
{{ end }}