<nav class="flex items-center justify-center pa4 f5">
{{ with .NextInSection }}
    <a href="{{ .RelPermalink }}" rel="prev" class="near-black link bg-animate hover-bg-light-gray pa2 ba ma2">
        « {{ .Title }}</a>
{{ end }}
{{ with .PrevInSection }}
    <a href="{{ .RelPermalink }}" rel="prev" class="near-black link bg-animate hover-bg-light-gray pa2 ba ma2">
        {{ .Title }} »</a>
{{ end }}
</nav>