{% import "partials/icons.html" as icons with context %} {%- if prev or next %} {%- if prev %} {{ icons.chevron_left() }} {{ _('Previous') }} {{ prev.title|striptags|e }} {%- else %}{% endif %} {%- if next %} {{ _('Next') }} {{ next.title|striptags|e }} {{ icons.chevron_right() }} {%- endif %} {%- endif %}