diff --git a/src/c3nav/api/templates/rest_framework/api.html b/src/c3nav/api/templates/rest_framework/api.html index c4ac65da..87494cd0 100644 --- a/src/c3nav/api/templates/rest_framework/api.html +++ b/src/c3nav/api/templates/rest_framework/api.html @@ -18,3 +18,10 @@ {% block branding %} c3nav API {% endblock %} + + +{% block description %} +{% if breadcrumblist|length == 1 %} +

Welcome to the c3nav RESTful API.

+{% else %}{{ description }}{% endif %} +{% endblock %}