{{define "content"}}
<article>
{{.Body}}
</article>
<nav class="page-nav">
{{if .PrevPath}}<a href="{{.PrevPath}}" class="prev">← {{.PrevTitle}}</a>{{end}}
{{if .NextPath}}<a href="{{.NextPath}}" class="next">{{.NextTitle}} →</a>{{end}}
</nav>
{{end}}