{%- if page.prev or page.next %}
  <nav class="pagination">
    {{ next_paginator() }}
  </nav>
{%- endif %}
