{% extends "base.html.j2" %} {% import "wtf.html.j2" as wtf %} {% block page_content %}

{{ title }}

Here you can network with your team and other users. You can find corpora that are public and request them or just see what other users are working on.

Public Users

Find other users and see what corpora they have made public.

Public Corpora

Find public corpora.

{% endblock page_content %} {% block scripts %} {{ super() }} {% endblock scripts %}