{% if _json.json then _json = _json.json end %}
{(html/config.html)}
{% for _,body in loop(_json.body) do %}
{% if body.pron then %}
{% for _,pron in loop(body.pron) do %}{% if body.ext then %}({{body.ext}}){%
end %}{{pron.pinyin}}{% if pron.scode then %} {{pron.pinyin}}{% end %}{% end %}
{% end %}
{% local is=1;for _,senses in loop(body.senses) do %}
{% if senses.showtag then %}
{{senses.showtag}}
{% end %}
{% for _,texts in loop(senses.texts) do %}
{{texts}}
{% end %}
{% is=is+1;end %}
{% if body.example then %}
[造句]
{% local is=1;for _,example in loop(body.example) do %}
{% if example.showtag then %}
{{example.showtag}}
{% end %}
{% for _,texts in loop(example.texts) do %}
{{texts}}
{% end %}
{% is=is+1;end %}
{% end %}
{% if body.syn then %}
[近义]
{% local is=1;for _,syn in loop(body.syn) do %}
{% if syn.showtag then %}
{{syn.showtag}}
{% end %}
{% for _,texts in loop(syn.texts) do %}
{{texts}}
{% end %}
{% is=is+1;end %}
{% end %}
{% if body.ant then %}
[反义]
{% local is=1;for _,ant in loop(body.ant) do %}
{% if ant.showtag then %}
{{ant.showtag}}
{% end %}
{% for _,texts in loop(ant.texts) do %}
{{texts}}
{% end %}
{% is=is+1;end %}
{% end %}
{% if body.discrim then %}