{% extends 'pinboard/base.html' %} {% block breadcrumbs %}
{% with bookmark.get_previous as previous_bookmark %} {% with bookmark.get_next as next_bookmark %} {% if previous_bookmark or next_bookmark %} {% if previous_bookmark %} ← Previous {% endif %} {% if next_bookmark %} Next → {% endif %} {% endif %} {% endwith %} {% endwith %}