{% extends "master.html" %} {% block title %} API ยท Anitya {% endblock %} {% block body %}

API endpoints

{% for html in docs %} {% autoescape false %} {{ html | InsertDiv}} {% endautoescape %} {% endfor %}
{% endblock %}