{% capture svgClass %}flex-shrink-0 text-{{ color }}-600{% endcapture %}
{% if page.next and page.next.id %} {% include svg-prev.html class=svgClass %} {{ page.next.title | default: "" }} {% else %} {% endif %} {% if page.previous and page.previous.id %} {% include svg-next.html class=svgClass %} {{ page.previous.title | default: "" }} {% else %} {% endif %}