add nick
[laas.git] / src / templates / base / rest_framework / api.html
1 {% extends "rest_framework/base.html" %}
2
3 {% block title %}Laas Dashboard API{% endblock %}
4
5 {% block branding %}
6     <a class='navbar-brand' rel="nofollow" href=#>
7         Laas Dashboard API
8     </a>
9 {% endblock %}