WeChatMsg_NY/resource/render/templates/nb_components.html

6 lines
112 B
HTML
Raw Normal View History

2025-01-22 17:22:20 +08:00
{% import 'macro' as macro %}
{% for chart in charts %}
{{ macro.gen_components_content(chart) }}
{% endfor %}