{% extends "rest_framework/base.html" %} {% load rest_framework %} {% load static %} {% block breadcrumbs %} {# the directory is shoehorned into the breadcrumbs block because there is no other block to fit it into #} {% block directory %}
  • /
  • {% endblock %} {% endblock %}