{% for exampleKey,exampleValue in pairs(example) do %}
{% if exampleValue.word then %}
{{exampleValue.word}} {% if exampleValue.pron then local pron = exampleValue.pron[1] %} {% if pron.name then %} {% end %} {% if exampleValue.uwid then local expath = path..".example."..(exampleKey-1) %} {% end %} {% end %}
{% end %} {% if exampleValue.def then %}
{{exampleValue.def}}
{% end %}
{% end %}