{% set corpus_class = "" %} {% if (session.selected_corpora|length) == 0 %} {% set corpus_class = "is-warning" %} {% else %} {% set corpus_class = "is-primary" %} {% endif %}
Corpora
{{ session.selected_corpora|length }}
Export
About
{% if login_configured %}
{% with current_username = username(session) %} {% if current_username is defined %}
Logged in as "{{ current_username }}"
Log Out
{% else %}
Log in
{% endif %} {% endwith %}
{% endif %}
{% block content %} {% endblock content %}