diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html
index a84763f05..1d53aca46 100644
--- a/netbox/templates/rest_framework/api.html
+++ b/netbox/templates/rest_framework/api.html
@@ -2,6 +2,33 @@
{% load static %}
{% load i18n %}
+{% block bootstrap_theme %}
+
+
+{% endblock %}
+
+{% block bootstrap_navbar_variant %}navbar-default{% endblock %}
+
{% block head %}
{{ block.super }}
@@ -10,5 +37,7 @@
{% block title %}{% if name %}{{ name }} | {% endif %}NetBox {% trans "REST API" %}{% endblock %}
{% block branding %}
- NetBox
+
+
+
{% endblock branding %}