{% load static %}
{% block title %} {% endblock %}
EXPath Tool 2.0
{% if user.is_authenticated %}
Project
Guide
Profile
{% if user.email != 'local_user@example.com' %}
Log Out
{% endif %} {% else %}
Log In
Register
Guide
Demo Version
{% endif %}
{% if 'analysis' in request.path %}
Project: {{ project_name }}
Overview
Gene Search
Expression Comparison
DEGs Search
Pathway/GO Enrichment Analysis
Coexpression Analysis
Browse
Back to Project List
{% endif %} {% csrf_token %} {% block content %} {% endblock %}