{#- Templates for previous/next links. -#} {%- set captionclasses = "uppercase text-sm font-medium text-gray-600 tracking-wider block mb-2" -%} {%- set linkclasses = "block text-blue-700 hover:text-pink-600 focus:text-pink-600 hover:underline focus:underline" -%}
{% if prev %}
Previous ← {{ prev.title|striptags|e }}
{% endif %} {% if next %}
Next {{ next.title|striptags|e }} →
{% endif %}