{% if modules %}
{% for m in modules %}
{{ m.icon }}
{{ m.name }}
{{ m.description }}
进入 →
{% endfor %}
{% else %}
📭

暂无可用模块

{% endif %}