{% if body.sense then %}
{% for _,sense in loop(body.sense) do %}
{% if sense.pos then%}{{sense.pos}}{% end %}
{% if sense.symbol then%}{{sense.symbol}}{% else %}{{sense.symbol}} {% end %}
{% if sense.ext then%}{{sense.ext}} {% end %}
{% if sense.subsense then %}
{% local j=1;for _,subsense in loop(sense.subsense) do %}
{% if gettablen(sense.subsense)>1 then %}
{% if j==1 then %}{% if sense.ext then%}{{j}} {% else %}{{j}}{% end %} {{subsense.def}}
{% else %}
{{j}} {{subsense.def}}
{% end %}
{% else %}
{% if sense.symbol then%} {{subsense.def}} {% else %} {{subsense.def}} {% end %}
{% end %}
{% if subsense.example then %}
{% local i=1;for _,example in pairs(tab(subsense.example)) do %}
{% if example.ex then %}
{{example.ex}}
{% if example.pron then %}
{% for _,pron in loop(example.pron) do %}
{{example.ex}}
{% end %}
{% end %}
{% end %}
{{example.trans}}
{% end %} {% end %} {% end %} {% j=j+1;end %} {% end %} {% end %} {% if body.phrase then %} 习语 {% for _,phrase in loop(body.phrase) do %} {% if phrase.ex then %}{{phrase.ex}}
{% end %} {% if phrase.trans then %}{{phrase.trans}}
{% end %} {% end %} {% end %} {% if body.tips then %} 暖心贴士 {% if body.tips.title then %}{{body.tips.title}}
{% end %} {% if body.tips.def then %}{{body.tips.def}}
{% end %} {% end %} {% if body.imgs then %}
{% for _,image in loop(body.imgs) do %}
{% if image.url then %}
{% end %}
{% if image.title then %}
{% end %}
{% end %}
{% if body.ext then %}

{{image.title}}
{% end %}
{% end %}
{{body.ext }}
{% end %}