{# #} {% extends base %} {% block head %} {% end %} {% block body_left %} {% init words = [] %}
相关词词库
新增相关词 {% include common/button/back_button.html %}
{% if len(words) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for item in words %}
{{item.word}}
相关单词 {% for o in item.others %} {{o}} {% end %}
{% end %}
{% if "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %} {% block body_right %} {% include dict/component/dict_sidebar.html %} {% end %}