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

{% block title %} {{ bookmark.title|truncatewords:10 }} {% endblock %}


{% include 'pinboard/includes/bookmark.html' with bookmark=bookmark view='detail' perms=perms only %}

{% include 'pinboard/includes/account.html' with account=bookmark.account perms=perms only %}
{% endblock content %}