{% extends "base.html" %} {% load static %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %} {% include "navbar.html" %}

Chart

시각화

{% include "footer.html" %} {% endblock %}