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