Output

{% for name, infos in data %} {% endfor %}
Name Type Description
{{ name }} {{ infos.dataType is defined ? infos.dataType ~ (infos.subType is defined and infos.subType ? ' (' ~ infos.subType ~ ')': '') : '' }} {{ infos.description is defined ? infos.description|extra_markdown : '' }}