{% extends "layout.html" %} {% block headextra %} {% endblock %} {% block body %}
{% include "header.html" %}

osu!wayback API

{{ [ "For your application", "Open database", "Transparent" ] | random }}

{% for route in self._TemplateReference__context.environment.app.url_map.iter_rules() if route.endpoint.startswith("api_") %} {{ route.rule }}
{% endfor %}
{% endblock %}