{% if __panic__ is defined %} {% else %} {% extends "Boilerplate.html" %} {% block TOPLEVELhead %} {% if not (disable_bootstrap | default(false)) %} {% endif %} {% if not (disable_uproot_fonts | default(false)) %} {% if not (disable_tabular_numbers | default(false)) %} {% endif %} {% endif %} {% if not (disable_terms | default(false)) %} {% endif %} {% if _uproot_simulate %} {% endif %} {% block head %} {% endblock head %} {% endblock TOPLEVELhead %} {% block TOPLEVELbody %} {% translate %}Skip to main content{% endtranslate %} {% if not (disable_connection_lost_modal | default(false)) %} {% endif %} {% block pre_form %} {% endblock pre_form %}
{% block header_start %} {% endblock header_start %}
{% if show_testing %} {% include "TestingHead.html" %} {% endif %} {% block timeoutbox %} {{ timeout_box() }}
{% endblock timeoutbox %}
{% block header_end %} {% endblock header_end %}
{% block wrapper_content %}
{% block form_start %} {% endblock form_start %}
{% block pre_main %} {% endblock pre_main %}
{% block titlearea %} {% endblock titlearea %}
{% if _uproot_errors %}
{% for error in _uproot_errors %} {% endfor %}
{% endif %}
{% block main %} {% endblock main %}
{% block main_full_width %} {% endblock main_full_width %}
{% block main2 %} {% endblock main2 %}
{% block main2_full_width %} {% endblock main2_full_width %}
{% block main3 %} {% endblock main3 %}
{% block uproot_main_buttons %} {% endblock uproot_main_buttons %}
{% block post_main %} {% endblock post_main %}
{% if show_testing %}
{% include "DataHistory.html" %}
{% endif %}
{% block form_end %} {% endblock form_end %}
{% endblock wrapper_content %}
{% block late %} {% endblock late %} {% block late2 %} {% endblock late2 %} {% endblock TOPLEVELbody %} {% endif %}