mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
12 lines
334 B
HTML
12 lines
334 B
HTML
{% extends 'themes/' + theme() + '/base.html' %}
|
|
|
|
{% block app_content %}
|
|
<p class="mb-0" id="site_request"></p>
|
|
<details><summary>JSON</summary><pre id="site_json"></pre></details>
|
|
|
|
<hr />
|
|
|
|
<p class="mb-0" id="post_list_request"></p>
|
|
<details><summary>JSON</summary><pre id="post_list_json"></pre></details>
|
|
|
|
{% endblock%}
|