{#- Templates for previous/next links. -#} {%- set captionclasses = "uppercase text-xs text-gray-light tracking-wider block mb-2" -%} {%- set linkclasses = "block text-link hover:text-brand focus:text-brand hover:underline focus:underline" -%}
{% if prev %}
Previous {{ prev.title|striptags|e }}
{% endif %} {% if next %}
Next {{ next.title|striptags|e }}
{% endif %}