{# https://www.django-rest-framework.org/topics/browsable-api/#customizing #} {% extends "rest_framework/base.html" %} {% load static %} {% block bootstrap_theme %} {{ block.super }} {% endblock %}