Files
site/themes/hugo-theme-gruvbox/layouts/index.html
2024-01-08 06:16:54 -05:00

9 lines
174 B
HTML

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