{% extends "base_layout.html" %} {% block title %}Trade Annotation Dashboard{% endblock %} {% block content %}
{% include 'components/control_panel.html' %}
{% include 'components/chart_panel.html' %}
{% include 'components/annotation_list.html' %} {% include 'components/training_panel.html' %}
{% endblock %} {% block extra_js %} {% endblock %}