{% extends "base.html" %} {% block title %}{{ trial_id }} | MuJoCo Mojo{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% include 'partials/trial_viewer/_overlays.html' %} {% include 'partials/trial_viewer/_header.html' %} {% include 'partials/trial_viewer/_plot_tabs.html' %} {% include 'partials/trial_viewer/_series_panel.html' %} {% include 'partials/trial_viewer/_chart.html' %} {% include 'partials/trial_viewer/_media_player.html' %} {% include 'partials/trial_viewer/_distributions.html' %} {% include 'partials/trial_viewer/_trial_status.html' %} {% include 'partials/trial_viewer/_trial_logs.html' %} {% include 'partials/trial_viewer/_json_editor.html' %} {% include 'partials/trial_viewer/_signal_lab.html' %}
{% endblock %}