{% extends 'pinboard/base.html' %} {% block breadcrumbs %}
  • Home
  • Pinboard
  • {% endblock %} {% block content %}

    {% block title %} Pinboard bookmarks marked “to read” {% endblock %}

    {% include 'pinboard/includes/account_list.html' with account_list=account_list count=page_obj.paginator.count list_type='toread' only %}
    {% include 'pinboard/includes/nav_tabs.html' with active='toread' only %} {% include 'pinboard/includes/bookmark_list.html' with bookmark_list=bookmark_list page_obj=page_obj perms=perms only %}
    {% endblock content %}