{% block preamble %} {% endblock %}
Jump to main content
JWQL
{% if inst != "" %}
{{ inst }}
{% endif %}
{% if user.ezid %}
{{ user.ezid }}
logout
{% else %}
login
{% endif %}
MENU
Home
(current)
About
(current)
Dashboard
(current)
JWQLDB
(current)
EDB
(current)
API
(current)
Documentation
(current)
{% for inst_key, inst_tools in tools.items() %}
{{ inst_key }}
{{ inst_key }}
Images
Archived Images
Monitors
{% for monitor_name, monitor_url in inst_tools %} {% if not monitor_url == '#' %}
{{ monitor_name }}
{% endif %} {% endfor %}
{% endfor %}
GitHub Repository
{% if user.ezid %}
{{ user.ezid }}
logout
{% else %}
login
{% endif %}
{% block content %} {% endblock %}