WeChatMsg/resource/render/templates/nb_components.html

6 lines
112 B
HTML
Raw Normal View History

2023-05-22 11:32:12 +08:00
{% import 'macro' as macro %}
{% for chart in charts %}
{{ macro.gen_components_content(chart) }}
{% endfor %}