{% block css %} {% endblock %} {% load staticfiles %}
About
{% if user.is_authenticated %}
Projects
{% endif %} {% if project %}
{{project.name}}
{% endif %} {% if corpus %}
{{corpus.name}}
{% endif %}
{{ user }}
Report Feedback
{% if user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% block content %} {% endblock %}
{% load staticfiles %}