1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/templates/rest_framework/api.html

10 lines
225 B
HTML
Raw Normal View History

2020-06-15 22:20:53 +02:00
{% extends "rest_framework/base.html" %}
{% block title %}{% if name %}{{ name }} {% endif %}Acronomy API{% endblock %}
{% block branding %}
<a class='navbar-brand' href='/api'>
Acronomy API
</a>
{% endblock %}