mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 22:01:54 +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 %}
|