15 lines
403 B
HTML
15 lines
403 B
HTML
{{ define "main" }}
|
|
<main aria-role="main">
|
|
<section class="first">
|
|
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
|
|
{{ .Content }}
|
|
<!-- </div>
|
|
<div>
|
|
{{ range first 10 .Site.RegularPages }}
|
|
{{ .Render "summary" }}
|
|
{{ end }}
|
|
</div> -->
|
|
</section>
|
|
</main>
|
|
{{ end }}
|