{%- if prev %}
  • {{ "«"|safe }} {{ prev.title|striptags|truncate(length=16, killwords=True) }}
  • {%- endif %} {%- if next %}
  • {{ next.title|striptags|truncate(length=16, killwords=True) }} {{ "»"|safe }}
  • {%- endif %}