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.

19 lines
328B

  1. {% block content %}
  2. <a href="{{ url_for('api.get_users_json') }}">Users</a> (login required)
  3. <br><br>
  4. <a href="{{ url_for('api.get_tools_json') }}">Tools</a>
  5. <br><br>
  6. <a href="{{ url_for('api.get_practices_json') }}">Practices</a>
  7. <br><br>
  8. <a href="{{ url_for('api.get_books_json') }}">Books</a>
  9. <br><br>
  10. {% endblock %}