feedvault.se/templates/api.html
2024-02-23 06:21:06 +01:00

5 lines
134 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>API Documentation</h2>
<p>This is the API documentation.</p>
{% endblock %}