{% extends "index.html" %} {% block content %}
{% include 'form.html' %}
{% if not (bundle_file or technique_list) %} {% endif %} {% if navigator_info %}
Loaded navigator layer {{navigator_info}}
{% endif %} {% if sim %} {% include 'simulation.html' %} {% endif %}
{% endblock content %}