1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-13 22:58:08 +08:00
WeChatMsg/resource/render/templates/nb_components.html
2023-05-22 11:32:12 +08:00

6 lines
112 B
HTML

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