7 lines
209 B
HTML
7 lines
209 B
HTML
|
{{ 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 }}
|