diff --git a/templates/rest_framework/api.html b/templates/rest_framework/api.html new file mode 100644 index 0000000..f9ef518 --- /dev/null +++ b/templates/rest_framework/api.html @@ -0,0 +1,9 @@ +{% extends "rest_framework/base.html" %} + +{% block title %}{% if name %}{{ name }} – {% endif %}Acronomy API{% endblock %} + +{% block branding %} + + Acronomy API + +{% endblock %}