{% load echarts %}
{% for chart_info in chart_info_list %}
{{ chart_info.title }} {% if chart_info.tags %} {% for tag in chart_info.tags %} {{ tag }} {% endfor %} {% endif %}

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

{% endfor %}