{{define"main"}} <mainaria-role="main">
<headerclass="homepage-header">
<h1>{{.Title}}</h1>
{{with.Params.subtitle}} <spanclass="subtitle">{{.}}</span>
{{end}} </header>
<divclass="homepage-content">
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->{{.Content}} </div>
<div>
{{rangefirst10.Site.RegularPages}}{{.Render"summary"}}{{end}} </div>
</main>
{{end}}