{% load echarts %}
{% for chart_info in chart_info_list %}
{{ chart_info.title }}

{{ chart_info.description|default:"暂无描述" }}

{% if chart_info.tags %} {% for tag in chart_info.tags %} {{ tag }}   {% endfor %} {% endif %}
{% endfor %}