{% extends "layout.html" %} {% block title %}{{db_name}} Query{% endblock %} {% block top_javascript %} {% endblock %} {% block css %} {% endblock %} {% block content %}

Query

{% if plot %}

Plot

{{plot|safe}}

{% endif %} {% if error_message %}

{{ error_message }}

{% endif %} {% endblock %}