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 %}