{% extends 'pinboard/base.html' %} {% block breadcrumbs %} {% 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/annual_bookmark_counts.html' with account=account 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 %}