mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-24 05:30:13 +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 %}
|