WeChatMsg_NY/resource/render/templates/nb_components.html
2025-01-22 17:35:47 +08:00

6 lines
112 B
HTML

{% import 'macro' as macro %}
{% for chart in charts %}
{{ macro.gen_components_content(chart) }}
{% endfor %}