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

    {% block title %} Pinboard bookmarks by {{ account.username }} {% endblock %}

    {% include 'pinboard/includes/account.html' with account=account perms=perms only %}
    {% include 'pinboard/includes/nav_tabs.html' with account=account active='bookmarks' only %} {% include 'pinboard/includes/bookmark_list.html' with bookmark_list=bookmark_list page_obj=page_obj perms=perms only %}
    {% endblock content %}