{% if _json.word then %}
{{_json.word}}
{% for _,p in loop(_json.pron) do %} {%if p.scode or p.symbol then %} {% if p.symbol then %} {{p.symbol}} {% end %} {% end %} {% if p.scode then %} {{_json.key}} {% end %} {% end %}
{% end %}
{{_json.def}}