{% local jsonD = Body.def %} {% if jsonD then %}
{{tagName.def}}
{% for senseK,senseV in pairs(jsonD) do %}

{{senseV}}

{% end %}
{% end %}