You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% 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 %}
|