{% if not standalone %}{% extends "base.html" %}{% else %}{% extends "base_standalone.html" %}{% endif %} {% block page_content %}
{{ bokeh_divs['prospect']|safe }}
{{ bokeh_divs['icats']|safe }}
{{ bokeh_divs['table']|safe }}
{{ bokeh_divs['fit']|safe }}
{% include "_info_jane.html" %}

{{ query_title }}

{{ query_abstract }}

{{ query_ris }}
{% include '_info_summary.html' %}
1.
{% include "_info_prospect.html" %}
2.
{% include "_info_icats.html" %}
3.
{% include "_info_table.html" %}
4.
{% include "_info_fit.html" %}
{% endblock %} {% block scripts %} {{ super() }} {{ bokeh_js|safe }} {% endblock %}