{% extends 'ditto/base.html' %} {% block breadcrumbs %}
  • Home
  • Tags
  • {{ tag }}
  • {% endblock %} {% block content %}

    {% block title %} Things tagged with “{{ tag }}” {% endblock %}

    {% if pinboard_bookmark_list|length %}

    Pinboard Bookmarks

    {% include 'pinboard/includes/bookmark_list.html' with bookmark_list=pinboard_bookmark_list page_obj=False only %} {% endif %} {% endblock content %}