{{ define "main" }}
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
<article class="content">
{{.Content}}
</article>
</main>
{{ end }}