mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-07 04:58:02 +08:00
6 lines
112 B
HTML
6 lines
112 B
HTML
{% import 'macro' as macro %}
|
|
|
|
{% for chart in charts %}
|
|
{{ macro.gen_components_content(chart) }}
|
|
{% endfor %}
|