<nav class="flex items-center justify-center pa4 f5">
  {{ with .NextInSection }}
    <a
      href="{{ .RelPermalink }}"
      rel="prev"
      class="text-black hover:bg-gray-200 p-2 border m-2"
    >
      « {{ .Title }}</a
    >
  {{ end }}
  {{ with .PrevInSection }}
    <a
      href="{{ .RelPermalink }}"
      rel="prev"
      class="text-black hover:bg-gray-200 p-2 border m-2"
    >
      {{ .Title }} »</a
    >
  {{ end }}
</nav>