{# ── 语言学习专用 ── #} {% if vocabulary_list %}

📖 核心词汇

{% for item in vocabulary_list %}
{% if item.word %} {{ item.word }} {% endif %} {% if item.meaning %} :{{ item.meaning }} {% endif %} {% if item.example %}
例: {{ item.example }} {% endif %}
{% endfor %}
{% endif %}