{% extends "base.html" %}
{% block content %}
{% include 'tabs/training.html' %}
{% include 'tabs/monitoring.html' %}
{% include 'tabs/compare.html' %}
{% include 'tabs/fuse.html' %}
{% include 'tabs/quantization.html' %}
{% include 'tabs/testing.html' %}
{% endblock %}
{% block scripts %}
{% endblock %}