{%- if parents %}
      {%- for parent in parents %}
    1. {{ parent.title }}
    2. {% endfor %}
    {%- endif %}
    {%- if prev %}
  • {{ "«"|safe }} {{ prev.title|striptags|truncate(length=40, killwords=True) }}
  • {%- endif %} {%- if next %}
  • {{ next.title|striptags|truncate(length=40, killwords=True) }} {{ "»"|safe }}
  • {%- endif %}