Files
WeChatMsg/resource/render/templates/nb_components.html
睿 安 abba5cb273 init
2026-01-21 16:48:36 +08:00

6 lines
112 B
HTML

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