{% load staticfiles %}
{% block css %} {% endblock %}
About
{% if user.is_authenticated %}
Projects
{% endif %} {% if project %}
{{project.name}}
{% endif %} {% if corpus %}
{{corpus.name}}
{% endif %}
{{ user.username }}
Report Feedback
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% block corpusBannerTop %} {% if corpus %}
Titles
Journals
Terms
Graphs (Conditional)
Graphs (Distributional)
{% if project %}
Project: {{ project.name }}
Corpus: {{ corpus.name }}
({{ corpus.date }})
{% endif %}
{% endif %} {% endblock %} {% block content %} {% endblock %} {% block corpusBannerBottom %} {% endblock %}
{% load staticfiles %} {% if debug == False %}
{% endif %}