{# Define macro for re-use #} {% macro prev_next(prev, next, prev_title='', next_title='') %} {%- if prev %}
{{ _("previous") }}
{{ prev_title or prev.title }}
{{ _("next") }}
{{ next_title or next.title }}