{% block extra_head %}{% endblock %} {% block extra_scripts %}{% endblock %}
sqlite-web {{ version }}
{% block content_header %}
{% if datasets|length() > 1 or enable_load or enable_filesystem %}
{{ dataset.basename }}
{% for name in datasets %}
{{ name }}
{% endfor %} {% if enable_load or enable_filesystem %}
Add Database...
{% endif %}
{% else %}
{{ dataset.basename }}
{% endif %}
{% block content_title %}{% endblock %}
{% if dataset.is_readonly %}
Query
{% else %}
{# full-path begins with "/" and includes querystring #}
Create
Query
{% endif %} {% if datasets|length() > 1 and (enable_load or enable_filesystem) %}
Unload Database
{% endif %}
{% endblock %}
{% block sidebar %}{% endblock %} {% block logout %}{% if login_required %}
Log-out
{% endif %}{% endblock %}
{% for category, message in get_flashed_messages(with_categories=true) %}
×
{{ message }}
{% endfor %} {% block content %}{% endblock %}