1. {{ shorttitle|e }}
  2. {%- for parent in parents %}
  3. {{ parent.title }}
  4. {%- endfor %}
  5. {{ title }}
{%- if prev %} {{ "«"|safe }} {{ prev.title|striptags|truncate(length=16, killwords=True) }} {%- endif %} {%- if next %} {{ next.title|striptags|truncate(length=16, killwords=True) }} {{ "»"|safe }} {%- endif %}