blob: 9c6c4f7d4888eb03e9a6454c8f54179c21564c60 (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "rest_framework/base.html" %}
{% block title %}Pharos Dashboard API{% endblock %}
{% block branding %}
<a class='navbar-brand' rel="nofollow" href=#>
Pharos Dashboard API
</a>
{% endblock %}
|