{% block content %}

<a href="{{ url_for('api.get_users_json') }}">Users</a> (login required)

<br><br>

<a href="{{ url_for('api.get_tools_json') }}">Tools</a>

<br><br>

<a href="{{ url_for('api.get_practices_json') }}">Practices</a>

<br><br>

<a href="{{ url_for('api.get_books_json') }}">Books</a>

<br><br>

{% endblock %}