Skip to content

Commit fcdb4c3

Browse files
author
Emmanouil Konstantinidis
committed
Add page title
1 parent c4f38dc commit fcdb4c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drfdocs/templates/drfdocs/home.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{% extends "drfdocs/base.html" %}
22

33
{% block content %}
4+
<h2>API Endpoints</h2>
5+
46
{% for endpoint in endpoints %}
57
<div class="endpoint">
68
<h3 class="title">{{ endpoint.regex }}</h3>

0 commit comments

Comments
 (0)