{% extends "rest_framework/base.html" %} {% block title %}InfiniMetrics API Browser{% endblock %} {% block style %} {{ block.super }} {% include "favicon.html" %} {% endblock %} {% block branding %} InfiniMetrics API Browser {% endblock %} {% block description %} {% if breadcrumblist|length == 1 %} {% include "rest_framework/api_root.html" %} {% else %} {{ block.super }} {% endif %}