5 lines
134 B
HTML
5 lines
134 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h2>API Documentation</h2>
|
|
<p>This is the API documentation.</p>
|
|
{% endblock %}
|