mirror of
https://gitee.com/smartchart/smartchart
synced 2025-05-05 09:09:24 +08:00
8 lines
193 B
HTML
8 lines
193 B
HTML
{% extends "echart/base.html" %}
|
|
{% block head %}{% endblock %}
|
|
{% block body %}
|
|
{% for div in div_list %}
|
|
{{div}}
|
|
{% endfor %}
|
|
{% endblock %}
|
|
{% block javascript %}{% endblock %} |