{{ define "main" }} <section> <ul class="list"> {{ range .Pages }} <li> <a class="link" href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a> <hr class="hr-list"> <time class="g time" datetime="{{ dateFormat "2006-01-02" .Date }}">{{ dateFormat "02-01-2006" .Date }}</time> </li> {{ end }} </ul> </section> {{ end }}