aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/rest_framework/api.html
blob: a62c8f5aa239227fa06922e31719a9750e295888 (plain)
1
2
3
4
5
6
7
8
9
{% extends "rest_framework/base.html" %}

{% block title %}Laas Dashboard API{% endblock %}

{% block branding %}
    <a class='navbar-brand' rel="nofollow" href=#>
        Laas Dashboard API
    </a>
{% endblock %}