{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}ComPath{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

ComPath

An integrative and extensible web application for exploring, comparing, and curating pathway databases.

{% if current_user.is_admin %}

Admin

{% endif %}
{% include "footer.html" %} {% endblock %}