Files
site/themes/custom-theme/layouts/index.html
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

9 lines
174 B
HTML

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