- <nav>
- <ul class="pager">
- {{if .PrevInSection}}
- <li class="previous"><a href="{{.PrevInSection.Permalink}}"><span aria-hidden="true">←</span> {{.PrevInSection.Title}}</a></li>
- {{end}}
- {{if .NextInSection}}
- <li class="next"><a href="{{.NextInSection.Permalink}}">{{.NextInSection.Title}} <span aria-hidden="true">→</span></a></li>
- {{end}}
- </ul>
- </nav>
|