themes/hive/layouts/_default/list.html (15 lines of code) (raw):

{{ define "main" }} <div class="container"> <div class="section"> <div class="content"> <h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ range .Pages }} <ul> <li><a href="{{ .Permalink }}">{{ .Title }}</a></li> </ul> {{ end }} </div> </div> </div> {{ end }}